xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
23 lines • 637 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GrossEarningsHistory = void 0;
class GrossEarningsHistory {
static getAttributeTypeMap() {
return GrossEarningsHistory.attributeTypeMap;
}
}
exports.GrossEarningsHistory = GrossEarningsHistory;
GrossEarningsHistory.discriminator = undefined;
GrossEarningsHistory.attributeTypeMap = [
{
"name": "daysPaid",
"baseName": "daysPaid",
"type": "number"
},
{
"name": "unpaidWeeks",
"baseName": "unpaidWeeks",
"type": "number"
}
];
//# sourceMappingURL=grossEarningsHistory.js.map