Skip to main content

bigqueryPayouts

Returns a list of payouts for a tenant

bigqueryPayouts(
startDate: Date
endDate: Date
first: Int = 100
offset: Int = 0
sortby: String
): BigQueryPayoutReportType

Arguments

bigqueryPayouts.startDate ● Date scalar

bigqueryPayouts.endDate ● Date scalar

bigqueryPayouts.first ● Int scalar

The number of rows to return, at most 100.

bigqueryPayouts.offset ● Int scalar

The number of rows to skip.

bigqueryPayouts.sortby ● String scalar

Column to sort by

Type

BigQueryPayoutReportType object

Was this page helpful?