/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for GooglePayAuthenticationMethod */ export declare enum GooglePayAuthenticationMethod { PanOnly = "PAN_ONLY", Cryptogram3Ds = "CRYPTOGRAM_3DS" } /** * Schema for GooglePayAuthenticationMethod */ export declare const googlePayAuthenticationMethodSchema: Schema; //# sourceMappingURL=googlePayAuthenticationMethod.d.ts.map