boxpay-checkout-reactnative-sdk
Version:
Boxpay Payment Gateway
4 lines • 338 B
TypeScript
import type { PaymentExecutedPostResponse } from '../interface';
declare const cardPostRequest: (cardNumber: string, expiryDate: string, cvv: string, holderName: string, cardNickName: string, isCheckboxClicked: boolean) => Promise<PaymentExecutedPostResponse>;
export default cardPostRequest;
//# sourceMappingURL=cardPostRequest.d.ts.map