UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 390 B
export interface DelayedRollingPlanDto { delay_in_days?: number; rolling_percentage?: number; rolling_window_in_days?: number; } export declare namespace DelayedRollingPlanDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=delayedRollingPlanDto.d.ts.map