/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for ApplePayPaymentDataType */ export declare enum ApplePayPaymentDataType { Enum3Dsecure = "3DSECURE", Emv = "EMV" } /** * Schema for ApplePayPaymentDataType */ export declare const applePayPaymentDataTypeSchema: Schema; //# sourceMappingURL=applePayPaymentDataType.d.ts.map