@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
9 lines • 307 B
TypeScript
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