import { DaffCustomerStoreCreditLoadFailure } from '@daffodil/customer-store-credit/state'
A failed customer store credit load with the error message.
class DaffCustomerStoreCreditLoadFailure implements Action {
readonly type: DaffCustomerStoreCreditActionTypes.StoreCreditLoadFailureAction = DaffCustomerStoreCreditActionTypes.StoreCreditLoadFailureAction
payload: DaffStateError
}