OrderLineItemProduct constructor

OrderLineItemProduct({
  1. String? brand,
  2. String? condition,
  3. String? contentLanguage,
  4. List<OrderLineItemProductFee>? fees,
  5. String? gtin,
  6. String? id,
  7. String? imageLink,
  8. String? itemGroupId,
  9. String? mpn,
  10. String? offerId,
  11. Price? price,
  12. String? shownImage,
  13. String? targetCountry,
  14. String? title,
  15. 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,
});