xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
23 lines • 573 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReportAttribute = void 0;
class ReportAttribute {
static getAttributeTypeMap() {
return ReportAttribute.attributeTypeMap;
}
}
exports.ReportAttribute = ReportAttribute;
ReportAttribute.discriminator = undefined;
ReportAttribute.attributeTypeMap = [
{
"name": "id",
"baseName": "Id",
"type": "string"
},
{
"name": "value",
"baseName": "Value",
"type": "string"
}
];
//# sourceMappingURL=reportAttribute.js.map