xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
28 lines • 876 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EmployeeStatutoryLeavesSummaries = void 0;
class EmployeeStatutoryLeavesSummaries {
static getAttributeTypeMap() {
return EmployeeStatutoryLeavesSummaries.attributeTypeMap;
}
}
exports.EmployeeStatutoryLeavesSummaries = EmployeeStatutoryLeavesSummaries;
EmployeeStatutoryLeavesSummaries.discriminator = undefined;
EmployeeStatutoryLeavesSummaries.attributeTypeMap = [
{
"name": "pagination",
"baseName": "pagination",
"type": "Pagination"
},
{
"name": "problem",
"baseName": "problem",
"type": "Problem"
},
{
"name": "statutoryLeaves",
"baseName": "statutoryLeaves",
"type": "Array<EmployeeStatutoryLeaveSummary>"
}
];
//# sourceMappingURL=employeeStatutoryLeavesSummaries.js.map