UNPKG

@rnw-community/react-native-payments

Version:

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

9 lines 307 B
import type { IosPaymentDataHeader } from './ios-payment-data-header'; export interface IosPaymentData { data: string; header: IosPaymentDataHeader; signature: string; version: string; } export declare const emptyIosPaymentData: IosPaymentData; //# sourceMappingURL=ios-payment-data.d.ts.map