@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
8 lines • 492 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 {
countryCode: string;
merchantCapabilities?: IosPKMerchantCapability[];
merchantIdentifier: string;
}
//# sourceMappingURL=ios-payment-method-data-data.interface.d.ts.map