UNPKG

@rnw-community/react-native-payments

Version:

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

10 lines 553 B
import type { GenericPaymentMethodDataDataInterface } from '../../../interface/generic-payment-method-data-data.interface.js'; import type { IosPKMerchantCapability } from '../enum/ios-pk-merchant-capability.enum.js'; export interface IosPaymentMethodDataDataInterface extends GenericPaymentMethodDataDataInterface { applicationData?: string; countryCode: string; couponCode?: string; merchantCapabilities?: IosPKMerchantCapability[]; merchantIdentifier: string; } //# sourceMappingURL=ios-payment-method-data-data.interface.d.ts.map