UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 797 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmployerApiDto = void 0; var EmployerApiDto; (function (EmployerApiDto) { EmployerApiDto.discriminator = 'EmployerApiDto'; EmployerApiDto.attributeTypeMap = [ { name: 'business_identifiers', baseName: 'business_identifiers', type: 'Array<BusinessIdentifierApiDto>', }, { name: 'business_name', baseName: 'business_name', type: 'string', }, { name: 'industry_category_code', baseName: 'industry_category_code', type: 'string', }, ]; })(EmployerApiDto || (exports.EmployerApiDto = EmployerApiDto = {})); //# sourceMappingURL=employerApiDto.js.map