DaffCustomerStoreCredit
A DaffCustomer
's store credit
import { DaffCustomerStoreCredit } from '@daffodil/customer-store-credit'
interface DaffCustomerStoreCredit {
balance: number
}
Properties
Name | Type | Description |
---|---|---|
balance | number | The current balance of the customer's store credit. |