UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

20 lines 911 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SimulationBusinessIdentificationsApiDto = void 0; var SimulationBusinessIdentificationsApiDto; (function (SimulationBusinessIdentificationsApiDto) { SimulationBusinessIdentificationsApiDto.discriminator = 'SimulationBusinessIdentificationsApiDto'; SimulationBusinessIdentificationsApiDto.attributeTypeMap = [ { name: 'primary', baseName: 'primary', type: 'SimulationBusinessIdentificationApiDto', }, { name: 'secondary', baseName: 'secondary', type: 'SimulationBusinessIdentificationApiDto', }, ]; })(SimulationBusinessIdentificationsApiDto || (exports.SimulationBusinessIdentificationsApiDto = SimulationBusinessIdentificationsApiDto = {})); //# sourceMappingURL=simulationBusinessIdentificationsApiDto.js.map