UNPKG

@rnw-community/react-native-payments

Version:

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

10 lines 476 B
import { PaymentResponse } from './payment-response.js'; import type { Maybe } from '@rnw-community/shared'; export declare class AndroidPaymentResponse extends PaymentResponse { constructor(requestId: string, methodName: string, jsonData: string, shippingOption?: Maybe<string>); private static parseDetails; private static parseToken; private static parseFullAddress; private static parseCardInfo; } //# sourceMappingURL=android-payment-response.d.ts.map