UNPKG

@rnw-community/react-native-payments

Version:

Accept Payments with Apple Pay and Android Pay using the Payment Request API.

9 lines 401 B
import { PaymentResponse } from './payment-response'; export declare class IosPaymentResponse extends PaymentResponse { constructor(requestId: string, methodName: string, jsonData: string); private static parsePkToken; private static parsePKContact; private static parseNSPersonNameComponents; private static parseCNPhoneNumber; } //# sourceMappingURL=ios-payment-response.d.ts.map