ShopifySharpLineItem constructor
const
ShopifySharpLineItem({
- int? fulfillableQuantity,
- String? fulfillmentService,
- String? fulfillmentStatus,
- int? grams,
- double? price,
- int? productId,
- int? quantity,
- bool? requiresShipping,
- String? sku,
- String? title,
- int? variantId,
- String? variantTitle,
- String? name,
- String? vendor,
- bool? giftCard,
- bool? taxable,
- List<
ShopifySharpTaxLine> ? taxLines, - String? tipPaymentGateway,
- String? tipPaymentMethod,
- double? totalDiscount,
- ShopifySharpPriceSet? totalDiscountSet,
- List<
ShopifySharpDiscountAllocation> ? discountAllocations, - List<
ShopifySharpLineItemProperty> ? properties, - String? variantInventoryManagement,
- bool? productExists,
- ShopifySharpPriceSet? priceSet,
- double? preTaxPrice,
- ShopifySharpPriceSet? preTaxPriceSet,
- List<
ShopifySharpLineItemDuty> ? duties, - int? fulfillmentLineItemId,
- List<
ShopifySharpLineItemAttributedStaff> ? attributedStaffs, - int? id,
- 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,
});