Skip to main content

BigQuerySellerPayoutReportType

No description

type BigQuerySellerPayoutReportType {
category: String!
title: String!
columns: [ColumnObjectType!]
filters: [FilterObjectType!]
summary: JSONString
report: [SellerPayoutRowType!]
}

Fields

BigQuerySellerPayoutReportType.category ● String! non-null scalar

Category of the metric.

BigQuerySellerPayoutReportType.title ● String! non-null scalar

Title of the metric.

BigQuerySellerPayoutReportType.columns ● [ColumnObjectType!] list object

Description of main columns in report and summary. Note: report and summary can contain additional columns.

BigQuerySellerPayoutReportType.filters ● [FilterObjectType!] list object

Info about applied filters.

BigQuerySellerPayoutReportType.summary ● JSONString scalar

BigQuerySellerPayoutReportType.report ● [SellerPayoutRowType!] list object

List of seller payout records

Returned By

bigquerySellerPayouts query

Was this page helpful?