UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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