UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 407 B
import { CurrencyAmountDTO } from './currencyAmountDTO'; export interface TransferLimitFieldDTO { max?: CurrencyAmountDTO; min?: CurrencyAmountDTO; } export declare namespace TransferLimitFieldDTO { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=transferLimitFieldDTO.d.ts.map