GitHub

DaffCustomerPaymentActionTypes

import { DaffCustomerPaymentActionTypes } from '@daffodil/customer-payment/state'

The customer payment action types enum.

enum DaffCustomerPaymentActionTypes {
  PaymentListAction = DaffCustomerPaymentActionTypes.PaymentListAction,
  PaymentListSuccessAction = DaffCustomerPaymentActionTypes.PaymentListSuccessAction,
  PaymentListFailureAction = DaffCustomerPaymentActionTypes.PaymentListFailureAction,
  PaymentLoadAction = DaffCustomerPaymentActionTypes.PaymentLoadAction,
  PaymentLoadSuccessAction = DaffCustomerPaymentActionTypes.PaymentLoadSuccessAction,
  PaymentLoadFailureAction = DaffCustomerPaymentActionTypes.PaymentLoadFailureAction,
  PaymentAddAction = DaffCustomerPaymentActionTypes.PaymentAddAction,
  PaymentAddSuccessAction = DaffCustomerPaymentActionTypes.PaymentAddSuccessAction,
  PaymentAddFailureAction = DaffCustomerPaymentActionTypes.PaymentAddFailureAction,
  PaymentUpdateAction = DaffCustomerPaymentActionTypes.PaymentUpdateAction,
  PaymentUpdateSuccessAction = DaffCustomerPaymentActionTypes.PaymentUpdateSuccessAction,
  PaymentUpdateFailureAction = DaffCustomerPaymentActionTypes.PaymentUpdateFailureAction,
  PaymentDeleteAction = DaffCustomerPaymentActionTypes.PaymentDeleteAction,
  PaymentDeleteSuccessAction = DaffCustomerPaymentActionTypes.PaymentDeleteSuccessAction,
  PaymentDeleteFailureAction = DaffCustomerPaymentActionTypes.PaymentDeleteFailureAction,
  PaymentClearErrorsAction = DaffCustomerPaymentActionTypes.PaymentClearErrorsAction,
}