/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for GooglePayPaymentMethod */ export declare enum GooglePayPaymentMethod { Card = "CARD" } /** * Schema for GooglePayPaymentMethod */ export declare const googlePayPaymentMethodSchema: Schema; //# sourceMappingURL=googlePayPaymentMethod.d.ts.map