DaffCustomerStoreCreditDriverInterface
The customer store credit driver is responsible for loading customers.
import { DaffCustomerStoreCreditDriverInterface } from '@daffodil/customer-store-credit/driver'
interface DaffCustomerStoreCreditDriverInterface<TStoreCredit extends DaffCustomerStoreCredit = DaffCustomerStoreCredit> {
get: Observable<TStoreCredit>
}
Properties
Name | Type | Description |
---|---|---|
get | Observable<TStoreCredit> | Get the customer's store credit. |