import { ShopifyCartDiscountAllocation } from '@daffodil/driver/shopify'
The discounts that have been applied to the cart line.
interface ShopifyCartDiscountAllocation {
discountedAmount: ShopifyMoneyV2
}
discountedAmount ShopifyMoneyV2 |
|---|
The discounted amount that has been applied to the cart line. |