ShopifySharpShippingLine constructor
const
ShopifySharpShippingLine({
- String? carrierIdentifier,
- String? code,
- bool? isRemoved,
- String? phone,
- double? price,
- double? discountedPrice,
- List<
ShopifySharpDiscountAllocation> ? discountAllocations, - String? source,
- String? title,
- List<
ShopifySharpTaxLine> ? taxLines, - ShopifySharpPriceSet? priceSet,
- ShopifySharpPriceSet? discountedPriceSet,
- int? id,
- String? adminGraphqlApiId,
Implementation
const ShopifySharpShippingLine({
this.carrierIdentifier,
this.code,
this.isRemoved,
this.phone,
this.price,
this.discountedPrice,
this.discountAllocations,
this.source,
this.title,
this.taxLines,
this.priceSet,
this.discountedPriceSet,
this.id,
this.adminGraphqlApiId,
});