GitHub

DaffCustomerPaymentActionTypes

The customer payment action types enum.

import { DaffCustomerPaymentActionTypes } from '@daffodil/customer-payment/state'
enum DaffCustomerPaymentActionTypes {
  PaymentListAction = '[@daffodil/customer-payment] Payment List Action',
  PaymentListSuccessAction = '[@daffodil/customer-payment] Payment List Success Action',
  PaymentListFailureAction = '[@daffodil/customer-payment] Payment List Failure Action',
  PaymentLoadAction = '[@daffodil/customer-payment] Payment Load Action',
  PaymentLoadSuccessAction = '[@daffodil/customer-payment] Payment Load Success Action',
  PaymentLoadFailureAction = '[@daffodil/customer-payment] Payment Load Failure Action',
  PaymentAddAction = '[@daffodil/customer-payment] Payment Add Action',
  PaymentAddSuccessAction = '[@daffodil/customer-payment] Payment Add Success Action',
  PaymentAddFailureAction = '[@daffodil/customer-payment] Payment Add Failure Action',
  PaymentUpdateAction = '[@daffodil/customer-payment] Payment Update Action',
  PaymentUpdateSuccessAction = '[@daffodil/customer-payment] Payment Update Success Action',
  PaymentUpdateFailureAction = '[@daffodil/customer-payment] Payment Update Failure Action',
  PaymentDeleteAction = '[@daffodil/customer-payment] Payment Delete Action',
  PaymentDeleteSuccessAction = '[@daffodil/customer-payment] Payment Delete Success Action',
  PaymentDeleteFailureAction = '[@daffodil/customer-payment] Payment Delete Failure Action',
  PaymentClearErrorsAction = '[@daffodil/customer-payment] Payment Clear Errors Action',
}