UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

71 lines (70 loc) 1.92 kB
"use strict"; /** * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 2.0.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); var ReportWithRow = /** @class */ (function () { function ReportWithRow() { } ReportWithRow.getAttributeTypeMap = function () { return ReportWithRow.attributeTypeMap; }; ReportWithRow.discriminator = undefined; ReportWithRow.attributeTypeMap = [ { "name": "reportID", "baseName": "ReportID", "type": "string" }, { "name": "reportName", "baseName": "ReportName", "type": "string" }, { "name": "reportTitle", "baseName": "ReportTitle", "type": "string" }, { "name": "reportType", "baseName": "ReportType", "type": "string" }, { "name": "reportTitles", "baseName": "ReportTitles", "type": "Array<string>" }, { "name": "reportDate", "baseName": "ReportDate", "type": "string" }, { "name": "rows", "baseName": "Rows", "type": "Array<ReportRows>" }, { "name": "updatedDateUTC", "baseName": "UpdatedDateUTC", "type": "Date" }, { "name": "fields", "baseName": "Fields", "type": "Array<ReportFields>" } ]; return ReportWithRow; }()); exports.ReportWithRow = ReportWithRow;