UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

38 lines 925 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NICategory = void 0; class NICategory { static getAttributeTypeMap() { return NICategory.attributeTypeMap; } } exports.NICategory = NICategory; NICategory.discriminator = undefined; NICategory.attributeTypeMap = [ { "name": "startDate", "baseName": "startDate", "type": "string" }, { "name": "niCategory", "baseName": "niCategory", "type": "NICategoryLetter" }, { "name": "niCategoryID", "baseName": "niCategoryID", "type": "number" }, { "name": "dateFirstEmployedAsCivilian", "baseName": "dateFirstEmployedAsCivilian", "type": "string" }, { "name": "workplacePostcode", "baseName": "workplacePostcode", "type": "string" } ]; //# sourceMappingURL=nICategory.js.map