xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
24 lines • 851 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NICategoryOneOf1 = void 0;
class NICategoryOneOf1 {
static getAttributeTypeMap() {
return NICategoryOneOf1.attributeTypeMap;
}
}
exports.NICategoryOneOf1 = NICategoryOneOf1;
NICategoryOneOf1.discriminator = undefined;
NICategoryOneOf1.attributeTypeMap = [
{
"name": "niCategory",
"baseName": "niCategory",
"type": "NICategoryOneOf1.NiCategoryEnum"
}
];
(function (NICategoryOneOf1) {
let NiCategoryEnum;
(function (NiCategoryEnum) {
NiCategoryEnum[NiCategoryEnum["V"] = 'V'] = "V";
})(NiCategoryEnum = NICategoryOneOf1.NiCategoryEnum || (NICategoryOneOf1.NiCategoryEnum = {}));
})(NICategoryOneOf1 || (exports.NICategoryOneOf1 = NICategoryOneOf1 = {}));
//# sourceMappingURL=nICategoryOneOf1.js.map