ProductRefOrValue constructor

ProductRefOrValue({
  1. dynamic href,
  2. String? description,
  3. String? name,
  4. String? productSerialNumber,
  5. List? productCharacteristic,
  6. ProductSpecification? productSpecification,
  7. Payment? productOffering,
  8. dynamic type,
})

Implementation

ProductRefOrValue({
  this.href,
  this.description,
  this.name,
  this.productSerialNumber,
  this.productCharacteristic,
  this.productSpecification,
  this.productOffering,
  this.type,
});