xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
28 lines • 723 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LockHistoryModel = void 0;
class LockHistoryModel {
static getAttributeTypeMap() {
return LockHistoryModel.attributeTypeMap;
}
}
exports.LockHistoryModel = LockHistoryModel;
LockHistoryModel.discriminator = undefined;
LockHistoryModel.attributeTypeMap = [
{
"name": "hardLockDate",
"baseName": "hardLockDate",
"type": "string"
},
{
"name": "softLockDate",
"baseName": "softLockDate",
"type": "string"
},
{
"name": "updatedDateUtc",
"baseName": "updatedDateUtc",
"type": "Date"
}
];
//# sourceMappingURL=lockHistoryModel.js.map