@airwallex/node-sdk
Version:
Airwallex Node.js SDK
13 lines • 343 B
TypeScript
export interface UnderlyingConversionDTO {
currency_pair: string;
rate: number;
}
export declare namespace UnderlyingConversionDTO {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=underlyingConversionDTO.d.ts.map