UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

28 lines 769 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmployeePayTemplates = void 0; class EmployeePayTemplates { static getAttributeTypeMap() { return EmployeePayTemplates.attributeTypeMap; } } exports.EmployeePayTemplates = EmployeePayTemplates; EmployeePayTemplates.discriminator = undefined; EmployeePayTemplates.attributeTypeMap = [ { "name": "pagination", "baseName": "pagination", "type": "Pagination" }, { "name": "problem", "baseName": "problem", "type": "Problem" }, { "name": "earningTemplates", "baseName": "earningTemplates", "type": "Array<EarningsTemplate>" } ]; //# sourceMappingURL=employeePayTemplates.js.map