@airwallex/node-sdk
Version:
Airwallex Node.js SDK
25 lines • 907 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SimulationEmployerApiDto = void 0;
var SimulationEmployerApiDto;
(function (SimulationEmployerApiDto) {
SimulationEmployerApiDto.discriminator = 'SimulationEmployerApiDto';
SimulationEmployerApiDto.attributeTypeMap = [
{
name: 'business_identifiers',
baseName: 'business_identifiers',
type: 'Array<SimulationBusinessIdentifierApiDto>',
},
{
name: 'business_name',
baseName: 'business_name',
type: 'string',
},
{
name: 'industry_category_code',
baseName: 'industry_category_code',
type: 'string',
},
];
})(SimulationEmployerApiDto || (exports.SimulationEmployerApiDto = SimulationEmployerApiDto = {}));
//# sourceMappingURL=simulationEmployerApiDto.js.map