OrderLineItemProduct constructor
OrderLineItemProduct({
- String? brand,
- String? condition,
- String? contentLanguage,
- List<
OrderLineItemProductFee> ? fees, - String? gtin,
- String? id,
- String? imageLink,
- String? itemGroupId,
- String? mpn,
- String? offerId,
- Price? price,
- String? shownImage,
- String? targetCountry,
- String? title,
- List<
OrderLineItemProductVariantAttribute> ? variantAttributes,
Implementation
OrderLineItemProduct({
this.brand,
this.condition,
this.contentLanguage,
this.fees,
this.gtin,
this.id,
this.imageLink,
this.itemGroupId,
this.mpn,
this.offerId,
this.price,
this.shownImage,
this.targetCountry,
this.title,
this.variantAttributes,
});