UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

20 lines 747 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimulationPrimaryContactApiDto = void 0; var SimulationPrimaryContactApiDto; (function (SimulationPrimaryContactApiDto) { SimulationPrimaryContactApiDto.discriminator = 'SimulationPrimaryContactApiDto'; SimulationPrimaryContactApiDto.attributeTypeMap = [ { name: 'email', baseName: 'email', type: 'string', }, { name: 'mobile', baseName: 'mobile', type: 'string', }, ]; })(SimulationPrimaryContactApiDto || (exports.SimulationPrimaryContactApiDto = SimulationPrimaryContactApiDto = {})); //# sourceMappingURL=simulationPrimaryContactApiDto.js.map