import { DaffCartWithStoreCredit } from '@daffodil/cart-store-credit'
interface DaffCartWithStoreCredit {
appliedStoreCredit: number
}
appliedStoreCredit number |
---|
The store credit currently applied to the cart. Note that if there is any balance applied, it will be a negative number. |