ShopifySharpRefundLineItem constructor

const ShopifySharpRefundLineItem({
  1. ShopifySharpLineItem? lineItem,
  2. int? lineItemId,
  3. int? quantity,
  4. double? totalTax,
  5. double? subtotal,
  6. ShopifySharpPriceSet? subtotalSet,
  7. ShopifySharpPriceSet? totalTaxSet,
  8. String? restockType,
  9. int? locationId,
  10. int? id,
  11. String? adminGraphqlApiId,
})

Implementation

const ShopifySharpRefundLineItem({
  this.lineItem,
  this.lineItemId,
  this.quantity,
  this.totalTax,
  this.subtotal,
  this.subtotalSet,
  this.totalTaxSet,
  this.restockType,
  this.locationId,
  this.id,
  this.adminGraphqlApiId,
});