The Report Type object 

Reporting
Report Types
The Report Type object

Attributes

  • idstring

    The ID of the Report Type, such as balance.summary.1.

  • data_available_endtimestamp

    Most recent time for which this Report Type is available. Measured in seconds since the Unix epoch.

  • data_available_starttimestamp

    Earliest time for which this Report Type is available. Measured in seconds since the Unix epoch.

  • namestring

    Human-readable name of the Report Type

More attributes

  • objectstring

    String representing the object’s type. Objects of the same type share the same value.

  • default_columnsnullable array of strings

    List of column names that are included by default when this Report Type gets run. (If the Report Type doesn’t support the columns parameter, this will be null.)

  • livemodeboolean

    Has the value true if the object exists in live mode or the value false if the object exists in test mode.

  • updatedtimestamp

    When this Report Type was latest updated. Measured in seconds since the Unix epoch.

  • versioninteger

    Version of the Report Type. Different versions report with the same ID will have the same purpose, but may take different run parameters or have different result schemas.

The Report Type object
{
"id": "balance.summary.1",
"object": "reporting.report_type",
"data_available_end": 1695081600,
"data_available_start": 1667952000,
"default_columns": [
"category",
"description",
"net_amount",
"currency"
],
"livemode": false,
"name": "Balance summary",
"updated": 1695109133,
"version": 1
}