/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for CheckoutPaymentIntent */ export declare enum CheckoutPaymentIntent { Capture = "CAPTURE", Authorize = "AUTHORIZE" } /** * Schema for CheckoutPaymentIntent */ export declare const checkoutPaymentIntentSchema: Schema; //# sourceMappingURL=checkoutPaymentIntent.d.ts.map