ShopifySharpLineItem constructor

const ShopifySharpLineItem({
  1. int? fulfillableQuantity,
  2. String? fulfillmentService,
  3. String? fulfillmentStatus,
  4. int? grams,
  5. double? price,
  6. int? productId,
  7. int? quantity,
  8. bool? requiresShipping,
  9. String? sku,
  10. String? title,
  11. int? variantId,
  12. String? variantTitle,
  13. String? name,
  14. String? vendor,
  15. bool? giftCard,
  16. bool? taxable,
  17. List<ShopifySharpTaxLine>? taxLines,
  18. String? tipPaymentGateway,
  19. String? tipPaymentMethod,
  20. double? totalDiscount,
  21. ShopifySharpPriceSet? totalDiscountSet,
  22. List<ShopifySharpDiscountAllocation>? discountAllocations,
  23. List<ShopifySharpLineItemProperty>? properties,
  24. String? variantInventoryManagement,
  25. bool? productExists,
  26. ShopifySharpPriceSet? priceSet,
  27. double? preTaxPrice,
  28. ShopifySharpPriceSet? preTaxPriceSet,
  29. List<ShopifySharpLineItemDuty>? duties,
  30. int? fulfillmentLineItemId,
  31. List<ShopifySharpLineItemAttributedStaff>? attributedStaffs,
  32. int? id,
  33. String? adminGraphqlApiId,
})

Implementation

const ShopifySharpLineItem({
  this.fulfillableQuantity,
  this.fulfillmentService,
  this.fulfillmentStatus,
  this.grams,
  this.price,
  this.productId,
  this.quantity,
  this.requiresShipping,
  this.sku,
  this.title,
  this.variantId,
  this.variantTitle,
  this.name,
  this.vendor,
  this.giftCard,
  this.taxable,
  this.taxLines,
  this.tipPaymentGateway,
  this.tipPaymentMethod,
  this.totalDiscount,
  this.totalDiscountSet,
  this.discountAllocations,
  this.properties,
  this.variantInventoryManagement,
  this.productExists,
  this.priceSet,
  this.preTaxPrice,
  this.preTaxPriceSet,
  this.duties,
  this.fulfillmentLineItemId,
  this.attributedStaffs,
  this.id,
  this.adminGraphqlApiId,
});