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