/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for PaymentAdviceCode */ export declare enum PaymentAdviceCode { PaymentAdvice01 = "01", PaymentAdvice02 = "02", PaymentAdvice03 = "03", PaymentAdvice04 = "04", PaymentAdvice21 = "21", PaymentAdvice22 = "22", PaymentAdvice24 = "24", PaymentAdvice25 = "25", PaymentAdvice26 = "26", PaymentAdvice27 = "27", PaymentAdvice28 = "28", PaymentAdvice29 = "29", PaymentAdvice30 = "30", PaymentAdvice40 = "40", PaymentAdvice43 = "43" } /** * Schema for PaymentAdviceCode */ export declare const paymentAdviceCodeSchema: Schema; //# sourceMappingURL=paymentAdviceCode.d.ts.map