|
export type HostedFormDispatchDataResponse = DispatchDataResponse & { |
export declare type HostedFormDispatchDataResponse = DispatchDataResponse & {
encryptedCardData: {
cardNumber: string;
expDate: string;
bin: string;
};
customerInformation: {
firstName: string;
lastName: string;
};
};
In case of Bank Account payment, return type is not defined.
react-acceptjs/src/types.ts
Line 79 in 86ae30d
In case of Bank Account payment, return type is not defined.