UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

12 lines 299 B
export interface DelayedPlanDto { delay_in_days?: number; } export declare namespace DelayedPlanDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=delayedPlanDto.d.ts.map