UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 342 B
export interface TransactionVolumeApiDto { amount?: string; currency?: string; } export declare namespace TransactionVolumeApiDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=transactionVolumeApiDto.d.ts.map