/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for CaptureType */ export declare enum CaptureType { OutstandingBalance = "OUTSTANDING_BALANCE" } /** * Schema for CaptureType */ export declare const captureTypeSchema: Schema; //# sourceMappingURL=captureType.d.ts.map