default: {
payItAch: Reducer<
{
bankAccount: null
| PayItBankAccountTokenizationResponse;
error: null | PayItAchError;
payment: null | PayItAchPaymentResponse;
token: null | PayItTokenResponse;
},
AnyAction,
>;
} = ...
Type Declaration
payItAch: Reducer<
{
bankAccount: null
| PayItBankAccountTokenizationResponse;
error: null | PayItAchError;
payment: null | PayItAchPaymentResponse;
token: null | PayItTokenResponse;
},
AnyAction,
>