UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 354 B
import { Currency } from './currency'; export interface LimitValue { ccy?: Currency; max?: number; min?: number; } export declare namespace LimitValue { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=limitValue.d.ts.map