UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

18 lines 562 B
import { DelayedPlanDto } from './delayedPlanDto'; import { DelayedRollingPlanDto } from './delayedRollingPlanDto'; import { RollingPlanDto } from './rollingPlanDto'; export interface ReservePlanDto { delayed?: DelayedPlanDto; delayed_rolling?: DelayedRollingPlanDto; rolling?: RollingPlanDto; type?: string; } export declare namespace ReservePlanDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=reservePlanDto.d.ts.map