UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

16 lines 447 B
import { DateLimit } from './dateLimit'; import { LimitValue } from './limitValue'; export interface ConversionLimit { max_value_date: DateLimit; open_position: LimitValue; per_trade: LimitValue; } export declare namespace ConversionLimit { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=conversionLimit.d.ts.map