ShopifySharpDiscountAllocation constructor
const
ShopifySharpDiscountAllocation({
- String? amount,
- int? discountApplicationIndex,
- ShopifySharpPriceSet? amountSet,
Implementation
const ShopifySharpDiscountAllocation({
this.amount,
this.discountApplicationIndex,
this.amountSet,
});