/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for SetupFeeFailureAction */ export declare enum SetupFeeFailureAction { Continue = "CONTINUE", Cancel = "CANCEL" } /** * Schema for SetupFeeFailureAction */ export declare const setupFeeFailureActionSchema: Schema; //# sourceMappingURL=setupFeeFailureAction.d.ts.map