UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

50 lines 1.36 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GeneralWalletJournalDto = void 0; var GeneralWalletJournalDto; (function (GeneralWalletJournalDto) { GeneralWalletJournalDto.discriminator = 'GeneralWalletJournalDto'; GeneralWalletJournalDto.attributeTypeMap = [ { name: 'source', baseName: 'source', type: 'string', }, { name: 'posted_at', baseName: 'posted_at', type: 'string', }, { name: 'source_type', baseName: 'source_type', type: 'string', }, { name: 'currency', baseName: 'currency', type: 'string', }, { name: 'amount', baseName: 'amount', type: 'number', }, { name: 'balance', baseName: 'balance', type: 'number', }, { name: 'description', baseName: 'description', type: 'string', }, { name: 'fee', baseName: 'fee', type: 'number', }, ]; })(GeneralWalletJournalDto || (exports.GeneralWalletJournalDto = GeneralWalletJournalDto = {})); //# sourceMappingURL=generalWalletJournalDto.js.map