DaffCustomerPaymentActions
A union of the customer action types.
import { DaffCustomerPaymentActions } from '@daffodil/customer-payment/state'
type DaffCustomerPaymentActions<TPayment extends DaffCustomerPayment = DaffCustomerPayment, TRequest extends DaffCustomerPaymentRequest = DaffCustomerPaymentRequest> = DaffCustomerPaymentList | DaffCustomerPaymentListSuccess<TPayment> | DaffCustomerPaymentListFailure | DaffCustomerPaymentLoad | DaffCustomerPaymentLoadSuccess<TPayment> | DaffCustomerPaymentLoadFailure | DaffCustomerPaymentUpdate<TPayment> | DaffCustomerPaymentUpdateSuccess<TPayment> | DaffCustomerPaymentUpdateFailure | DaffCustomerPaymentAdd<TRequest> | DaffCustomerPaymentAddSuccess<TPayment> | DaffCustomerPaymentAddFailure | DaffCustomerPaymentDelete | DaffCustomerPaymentDeleteSuccess | DaffCustomerPaymentDeleteFailure | DaffCustomerPaymentClearErrors