@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
9 lines • 522 B
TypeScript
import type { GenericPaymentMethodDataDataInterface } from '../../../interface/generic-payment-method-data-data.interface';
import type { IosPKMerchantCapability } from '../enum/ios-pk-merchant-capability.enum';
export interface IosPaymentMethodDataDataInterface extends GenericPaymentMethodDataDataInterface {
applicationData?: string;
countryCode: string;
merchantCapabilities?: IosPKMerchantCapability[];
merchantIdentifier: string;
}
//# sourceMappingURL=ios-payment-method-data-data.interface.d.ts.map