UNPKG

@rnw-community/react-native-payments

Version:

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

11 lines 521 B
import { PaymentResponse } from './payment-response.js'; import type { Maybe } from '@rnw-community/shared'; export declare class IosPaymentResponse extends PaymentResponse { constructor(requestId: string, methodName: string, jsonData: string, shippingOption?: Maybe<string>); private static parseDetails; private static parsePkToken; private static parsePKContact; private static parseNSPersonNameComponents; private static parseCNPhoneNumber; } //# sourceMappingURL=ios-payment-response.d.ts.map