xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
48 lines • 1.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AssetType = void 0;
class AssetType {
static getAttributeTypeMap() {
return AssetType.attributeTypeMap;
}
}
exports.AssetType = AssetType;
AssetType.discriminator = undefined;
AssetType.attributeTypeMap = [
{
"name": "assetTypeId",
"baseName": "assetTypeId",
"type": "string"
},
{
"name": "assetTypeName",
"baseName": "assetTypeName",
"type": "string"
},
{
"name": "fixedAssetAccountId",
"baseName": "fixedAssetAccountId",
"type": "string"
},
{
"name": "depreciationExpenseAccountId",
"baseName": "depreciationExpenseAccountId",
"type": "string"
},
{
"name": "accumulatedDepreciationAccountId",
"baseName": "accumulatedDepreciationAccountId",
"type": "string"
},
{
"name": "bookDepreciationSetting",
"baseName": "bookDepreciationSetting",
"type": "BookDepreciationSetting"
},
{
"name": "locks",
"baseName": "locks",
"type": "number"
}
];
//# sourceMappingURL=assetType.js.map