UNPKG

boxpay-checkout-reactnative-sdk

Version:
4 lines 269 B
import type { InstrumentDetails, PaymentExecutedPostResponse } from '../interface'; declare const upiPostRequest: (instrumentDetails: InstrumentDetails) => Promise<PaymentExecutedPostResponse>; export default upiPostRequest; //# sourceMappingURL=upiPostRequest.d.ts.map