UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 341 B
export interface RollingPlanDto { rolling_percentage?: number; rolling_window_in_days?: number; } export declare namespace RollingPlanDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=rollingPlanDto.d.ts.map