/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for PaypalExperienceLandingPage */ export declare enum PaypalExperienceLandingPage { Login = "LOGIN", GuestCheckout = "GUEST_CHECKOUT", NoPreference = "NO_PREFERENCE", Billing = "BILLING" } /** * Schema for PaypalExperienceLandingPage */ export declare const paypalExperienceLandingPageSchema: Schema; //# sourceMappingURL=paypalExperienceLandingPage.d.ts.map