ShopifySharpLineItemDuty constructor
const
ShopifySharpLineItemDuty({
- String? harmonizedSystemCode,
- String? countryCodeOfOrigin,
- ShopifySharpPriceSet? priceSet,
- List<
ShopifySharpTaxLine> ? taxLines, - int? id,
- String? adminGraphqlApiId,
Implementation
const ShopifySharpLineItemDuty({
this.harmonizedSystemCode,
this.countryCodeOfOrigin,
this.priceSet,
this.taxLines,
this.id,
this.adminGraphqlApiId,
});