UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

28 lines 685 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Employment = void 0; class Employment { static getAttributeTypeMap() { return Employment.attributeTypeMap; } } exports.Employment = Employment; Employment.discriminator = undefined; Employment.attributeTypeMap = [ { "name": "payrollCalendarID", "baseName": "payrollCalendarID", "type": "string" }, { "name": "payRunCalendarID", "baseName": "payRunCalendarID", "type": "string" }, { "name": "startDate", "baseName": "startDate", "type": "string" } ]; //# sourceMappingURL=employment.js.map