GitHub

DaffCustomerStoreCreditLoad

import { DaffCustomerStoreCreditLoad } from '@daffodil/customer-store-credit/state'

Loads the store credit of the current customer.

class DaffCustomerStoreCreditLoad implements Action {
  readonly type: DaffCustomerStoreCreditActionTypes.StoreCreditLoadAction = DaffCustomerStoreCreditActionTypes.StoreCreditLoadAction
}