GitHub

ShopifyCartDiscountAllocation

interface

import { ShopifyCartDiscountAllocation } from '@daffodil/driver/shopify'

The discounts that have been applied to the cart line.

interface ShopifyCartDiscountAllocation {
  discountedAmount: ShopifyMoneyV2
}

Properties

discountedAmount
ShopifyMoneyV2

The discounted amount that has been applied to the cart line.