DaffPaymentGenerateTokenFailure
A failed payment with the error message.
import { DaffPaymentGenerateTokenFailure } from '@daffodil/payment/state'
class DaffPaymentGenerateTokenFailure implements Action {
readonly type: DaffPaymentActionTypes.GenerateTokenFailureAction
payload: DaffStateError
}
Properties
Name | Type | Description |
---|---|---|
type | DaffPaymentActionTypes.GenerateTokenFailureAction | |
payload | DaffStateError |