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