/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for FulfillmentType */ export declare enum FulfillmentType { Shipping = "SHIPPING", PickupInPerson = "PICKUP_IN_PERSON", PickupInStore = "PICKUP_IN_STORE", PickupFromPerson = "PICKUP_FROM_PERSON" } /** * Schema for FulfillmentType */ export declare const fulfillmentTypeSchema: Schema; //# sourceMappingURL=fulfillmentType.d.ts.map