DaffAuthorizeNetUpdatePaymentFailure
An action triggered upon failing to update the payment method.
import { DaffAuthorizeNetUpdatePaymentFailure } from '@daffodil/authorizenet/state'
class DaffAuthorizeNetUpdatePaymentFailure implements Action {
readonly type: DaffAuthorizeNetActionTypes.UpdatePaymentFailureAction
payload: DaffStateError
}
Properties
Name | Type | Description |
---|---|---|
type | DaffAuthorizeNetActionTypes.UpdatePaymentFailureAction | |
payload | DaffStateError |