xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
28 lines • 663 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReportFields = void 0;
class ReportFields {
static getAttributeTypeMap() {
return ReportFields.attributeTypeMap;
}
}
exports.ReportFields = ReportFields;
ReportFields.discriminator = undefined;
ReportFields.attributeTypeMap = [
{
"name": "fieldID",
"baseName": "FieldID",
"type": "string"
},
{
"name": "description",
"baseName": "Description",
"type": "string"
},
{
"name": "value",
"baseName": "Value",
"type": "string"
}
];
//# sourceMappingURL=reportFields.js.map