UNPKG

@rnw-community/react-native-payments

Version:

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

7 lines 397 B
import type { IosPaymentMethodDataDataInterface } from './ios-payment-method-data-data.interface'; import type { PaymentMethodNameEnum } from '../../../enum/payment-method-name.enum'; export interface IosPaymentMethodDataInterface { data: IosPaymentMethodDataDataInterface; supportedMethods: PaymentMethodNameEnum.ApplePay; } //# sourceMappingURL=ios-payment-method-data.interface.d.ts.map