Interface ReportRunsApiListReportRunsRequest

Request parameters for listReportRuns operation in ReportRunsApi.

Export

ReportRunsApiListReportRunsRequest

Hierarchy

  • ReportRunsApiListReportRunsRequest

Properties

ReportRunRetrieveParams: ReportRunRetrieveParams

Memberof

ReportRunsApiListReportRuns

limit?: number

The maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.

Memberof

ReportRunsApiListReportRuns

offset?: number

The (zero-based) offset of the first item in the collection to return.

Memberof

ReportRunsApiListReportRuns

Only return ReportRuns whose status is included by this array. Examples: `?status=finished` and `?status=finished,queued`.

Memberof

ReportRunsApiListReportRuns

tilled_account: string

The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.

Memberof

ReportRunsApiListReportRuns

Only return ReportRuns whose type is included by this array. Examples: `?type=payments_summary_1,payouts_summary_2` and `?type=payouts_summary_2`.

Memberof

ReportRunsApiListReportRuns

Generated using TypeDoc