@airwallex/node-sdk
Version:
Airwallex Node.js SDK
30 lines • 929 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IndustryCategoryV2 = void 0;
var IndustryCategoryV2;
(function (IndustryCategoryV2) {
IndustryCategoryV2.discriminator = 'IndustryCategoryV2';
IndustryCategoryV2.attributeTypeMap = [
{
name: 'category',
baseName: 'category',
type: 'string',
},
{
name: 'sub_category',
baseName: 'sub_category',
type: 'string',
},
{
name: 'complementary_category',
baseName: 'complementary_category',
type: 'string',
},
{
name: 'description_of_industry',
baseName: 'description_of_industry',
type: 'string',
},
];
})(IndustryCategoryV2 || (exports.IndustryCategoryV2 = IndustryCategoryV2 = {}));
//# sourceMappingURL=industryCategoryV2.js.map