DaffCustomerPaymentClearErrors
An action to clear all errors in state.
import { DaffCustomerPaymentClearErrors } from '@daffodil/customer-payment/state'
class DaffCustomerPaymentClearErrors implements Action {
readonly type: DaffCustomerPaymentActionTypes.PaymentClearErrorsAction
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCustomerPaymentActionTypes.PaymentClearErrorsAction |