UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

26 lines 893 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IndustryCategoryApiDto = void 0; var IndustryCategoryApiDto; (function (IndustryCategoryApiDto) { IndustryCategoryApiDto.validTypeEnum = ['industry_category']; IndustryCategoryApiDto.discriminator = 'IndustryCategoryApiDto'; IndustryCategoryApiDto.attributeTypeMap = [ { name: 'name', baseName: 'name', type: 'string', }, { name: 'sub_items', baseName: 'sub_items', type: 'Array<IndustrySubCategoryApiDto>', }, { name: 'type', baseName: 'type', type: 'IndustryCategoryApiDto.TypeEnum', }, ]; })(IndustryCategoryApiDto || (exports.IndustryCategoryApiDto = IndustryCategoryApiDto = {})); //# sourceMappingURL=industryCategoryApiDto.js.map