@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
4 lines • 366 B
TypeScript
import type { AndroidPaymentMethodDataInterface } from '../android/mapping/android-payment-method-data.interface';
import type { IosPaymentMethodDataInterface } from '../ios/mapping/ios-payment-method-data.interface';
export type PaymentMethodData = AndroidPaymentMethodDataInterface | IosPaymentMethodDataInterface;
//# sourceMappingURL=payment-method-data.d.ts.map