UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

19 lines 479 B
export interface GeneralWalletJournalDto { source?: string; posted_at?: string; source_type?: string; currency?: string; amount?: number; balance?: number; description?: string; fee?: number; } export declare namespace GeneralWalletJournalDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=generalWalletJournalDto.d.ts.map