@airwallex/node-sdk
Version:
Airwallex Node.js SDK
20 lines • 655 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IndustryCategoryV3 = void 0;
var IndustryCategoryV3;
(function (IndustryCategoryV3) {
IndustryCategoryV3.discriminator = 'IndustryCategoryV3';
IndustryCategoryV3.attributeTypeMap = [
{
name: 'category_code',
baseName: 'category_code',
type: 'string',
},
{
name: 'origin',
baseName: 'origin',
type: 'IndustryCategoryV2',
},
];
})(IndustryCategoryV3 || (exports.IndustryCategoryV3 = IndustryCategoryV3 = {}));
//# sourceMappingURL=industryCategoryV3.js.map