UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 802 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimulationOtherNameDto = void 0; var SimulationOtherNameDto; (function (SimulationOtherNameDto) { SimulationOtherNameDto.discriminator = 'SimulationOtherNameDto'; SimulationOtherNameDto.attributeTypeMap = [ { name: 'first_name', baseName: 'first_name', type: 'string', }, { name: 'last_name', baseName: 'last_name', type: 'string', }, { name: 'middle_name', baseName: 'middle_name', type: 'string', }, ]; })(SimulationOtherNameDto || (exports.SimulationOtherNameDto = SimulationOtherNameDto = {})); //# sourceMappingURL=simulationOtherNameDto.js.map