DaffPaymentActions
A union of the payment action types.
import { DaffPaymentActions } from '@daffodil/payment/state'
type DaffPaymentActions<T extends DaffPaymentResponse = DaffPaymentResponse> = DaffPaymentGenerateTokenSuccess<T> | DaffPaymentGenerateTokenFailure
Type | Options |
---|---|
DaffPaymentActions | DaffPaymentGenerateTokenSuccess |