xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
43 lines • 1.08 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TimesheetEarningsLine = void 0;
class TimesheetEarningsLine {
static getAttributeTypeMap() {
return TimesheetEarningsLine.attributeTypeMap;
}
}
exports.TimesheetEarningsLine = TimesheetEarningsLine;
TimesheetEarningsLine.discriminator = undefined;
TimesheetEarningsLine.attributeTypeMap = [
{
"name": "earningsRateID",
"baseName": "earningsRateID",
"type": "string"
},
{
"name": "ratePerUnit",
"baseName": "ratePerUnit",
"type": "number"
},
{
"name": "numberOfUnits",
"baseName": "numberOfUnits",
"type": "number"
},
{
"name": "fixedAmount",
"baseName": "fixedAmount",
"type": "number"
},
{
"name": "amount",
"baseName": "amount",
"type": "number"
},
{
"name": "isLinkedToTimesheet",
"baseName": "isLinkedToTimesheet",
"type": "boolean"
}
];
//# sourceMappingURL=timesheetEarningsLine.js.map