Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountAllocation
An amount that’s allocated to a line based on an associated discount application.
Signature:
export interface DiscountAllocation
Property | Modifiers | Type | Description |
---|---|---|---|
allocatedAmount | MoneyV2 | The money amount that’s allocated to a line based on the associated discount application. | |
allocatedAmountSet | MoneyBag | The money amount that’s allocated to a line based on the associated discount application in shop and presentment currencies. | |
discountApplication | DiscountApplication | The discount application that the allocated amount originated from. |