DaffAuthorizeNetActions
import { DaffAuthorizeNetActions } from '@daffodil/authorizenet/state'
type DaffAuthorizeNetActions<T extends DaffAuthorizeNetTokenRequest = DaffAuthorizeNetTokenRequest> = DaffAuthorizeNetUpdatePayment<T> | DaffAuthorizeNetUpdatePaymentSuccess | DaffAuthorizeNetUpdatePaymentFailure | DaffAuthorizenetApplyPayment | DaffLoadAcceptJsSuccess | DaffLoadAcceptJsFailure | DaffLoadAcceptJs
Type | Options |
---|---|
DaffAuthorizeNetActions | DaffAuthorizeNetUpdatePayment |