The discounts that have been applied to the cart line.
import { CartDiscountAllocation } from '@daffodil/driver/shopify'
type CartDiscountAllocation = {
discountedAmount: MoneyV2;
}
Type | Options |
---|---|
CartDiscountAllocation | {
discountedAmount: MoneyV2;
} |