Mayson Monorepo Documentation
    Preparing search index...
    interface Parameters {
        columns?: string[];
        connected_account?: string;
        currency?: string;
        interval_end?: number;
        interval_start?: number;
        payout?: string;
        reporting_category?: ReportingCategory;
        timezone?: Timezone;
    }
    Index

    Properties

    columns?: string[]

    The set of report columns to include in the report output. If omitted, the Report Type is run with its default column set.

    connected_account?: string

    Connected account ID to filter for in the report run.

    currency?: string

    Currency of objects to be included in the report run.

    interval_end?: number

    Ending timestamp of data to be included in the report run (exclusive).

    interval_start?: number

    Starting timestamp of data to be included in the report run.

    payout?: string

    Payout ID by which to filter the report run.

    reporting_category?: ReportingCategory

    Category of balance transactions to be included in the report run.

    timezone?: Timezone

    Defaults to Etc/UTC. The output timezone for all timestamps in the report. A list of possible time zone values is maintained at the IANA Time Zone Database. Has no effect on interval_start or interval_end.