TestOrderLineItemProduct constructor

TestOrderLineItemProduct({
  1. String? brand,
  2. String? condition,
  3. String? contentLanguage,
  4. List<OrderLineItemProductFee>? fees,
  5. String? gtin,
  6. String? imageLink,
  7. String? itemGroupId,
  8. String? mpn,
  9. String? offerId,
  10. Price? price,
  11. String? targetCountry,
  12. String? title,
  13. List<OrderLineItemProductVariantAttribute>? variantAttributes,
})

Implementation

TestOrderLineItemProduct({
  this.brand,
  this.condition,
  this.contentLanguage,
  this.fees,
  this.gtin,
  this.imageLink,
  this.itemGroupId,
  this.mpn,
  this.offerId,
  this.price,
  this.targetCountry,
  this.title,
  this.variantAttributes,
});