/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for PaypalWalletContextShippingPreference */ export declare enum PaypalWalletContextShippingPreference { GetFromFile = "GET_FROM_FILE", NoShipping = "NO_SHIPPING", SetProvidedAddress = "SET_PROVIDED_ADDRESS" } /** * Schema for PaypalWalletContextShippingPreference */ export declare const paypalWalletContextShippingPreferenceSchema: Schema; //# sourceMappingURL=paypalWalletContextShippingPreference.d.ts.map