ShopifySharpRefundLineItem constructor
const
ShopifySharpRefundLineItem({
- ShopifySharpLineItem? lineItem,
- int? lineItemId,
- int? quantity,
- double? totalTax,
- double? subtotal,
- ShopifySharpPriceSet? subtotalSet,
- ShopifySharpPriceSet? totalTaxSet,
- String? restockType,
- int? locationId,
- int? id,
- 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,
});