UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

40 lines 1.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimulationDigitalWalletDto = void 0; var SimulationDigitalWalletDto; (function (SimulationDigitalWalletDto) { SimulationDigitalWalletDto.discriminator = 'SimulationDigitalWalletDto'; SimulationDigitalWalletDto.attributeTypeMap = [ { name: 'account_name', baseName: 'account_name', type: 'string', }, { name: 'country_code', baseName: 'country_code', type: 'string', }, { name: 'currency', baseName: 'currency', type: 'string', }, { name: 'id_type', baseName: 'id_type', type: 'string', }, { name: 'id_value', baseName: 'id_value', type: 'string', }, { name: 'provider', baseName: 'provider', type: 'string', }, ]; })(SimulationDigitalWalletDto || (exports.SimulationDigitalWalletDto = SimulationDigitalWalletDto = {})); //# sourceMappingURL=simulationDigitalWalletDto.js.map