GitHub

DaffCustomerStoreCreditDriverInterface

import { DaffCustomerStoreCreditDriverInterface } from '@daffodil/customer-store-credit/driver'

The customer store credit driver is responsible for loading customers.

interface DaffCustomerStoreCreditDriverInterface<TStoreCredit extends DaffCustomerStoreCredit = DaffCustomerStoreCredit> {
  get(): Observable<TStoreCredit>
}

() Methods

get
Observable<TStoreCredit>

Get the customer's store credit.