UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

35 lines 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WalletBalanceDto = void 0; var WalletBalanceDto; (function (WalletBalanceDto) { WalletBalanceDto.discriminator = 'WalletBalanceDto'; WalletBalanceDto.attributeTypeMap = [ { name: 'available_amount', baseName: 'available_amount', type: 'number', }, { name: 'currency', baseName: 'currency', type: 'string', }, { name: 'pending_amount', baseName: 'pending_amount', type: 'number', }, { name: 'reserved_amount', baseName: 'reserved_amount', type: 'number', }, { name: 'total_amount', baseName: 'total_amount', type: 'number', }, ]; })(WalletBalanceDto || (exports.WalletBalanceDto = WalletBalanceDto = {})); //# sourceMappingURL=walletBalanceDto.js.map