ProductRefOrValue constructor
ProductRefOrValue({
- dynamic href,
- String? description,
- String? name,
- String? productSerialNumber,
- List<
ProductCharacteristic> ? productCharacteristic, - ProductSpecification? productSpecification,
- Payment? productOffering,
- dynamic type,
Implementation
ProductRefOrValue({
this.href,
this.description,
this.name,
this.productSerialNumber,
this.productCharacteristic,
this.productSpecification,
this.productOffering,
this.type,
this.relatedProductOrderItem,
});