/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for PaypalReferenceIdType */ export declare enum PaypalReferenceIdType { Odr = "ODR", Txn = "TXN", Sub = "SUB", Pap = "PAP" } /** * Schema for PaypalReferenceIdType */ export declare const paypalReferenceIdTypeSchema: Schema; //# sourceMappingURL=paypalReferenceIdType.d.ts.map