ShopifySharpLineItemDuty constructor

const ShopifySharpLineItemDuty({
  1. String? harmonizedSystemCode,
  2. String? countryCodeOfOrigin,
  3. ShopifySharpPriceSet? priceSet,
  4. List<ShopifySharpTaxLine>? taxLines,
  5. int? id,
  6. String? adminGraphqlApiId,
})

Implementation

const ShopifySharpLineItemDuty({
  this.harmonizedSystemCode,
  this.countryCodeOfOrigin,
  this.priceSet,
  this.taxLines,
  this.id,
  this.adminGraphqlApiId,
});