GitHub

DaffCustomerPaymentClearErrors

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

An action to clear all errors in state.

class DaffCustomerPaymentClearErrors implements Action {
  readonly type: DaffCustomerPaymentActionTypes.PaymentClearErrorsAction = DaffCustomerPaymentActionTypes.PaymentClearErrorsAction
}