DiscountAllocation
An amount discounting the line that has been allocated by a discount.
import { DiscountAllocation } from '@daffodil/driver/shopify'
type DiscountAllocation = {
__typename?: 'DiscountAllocation';
allocatedAmount: MoneyV2;
discountApplication: DiscountApplication;
}
Type | Options |
---|---|
DiscountAllocation | {
__typename?: 'DiscountAllocation';
allocatedAmount: MoneyV2;
discountApplication: DiscountApplication;
} |