Package com.stripe.model.reporting
Class ReportRun.Parameters
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.reporting.ReportRun.Parameters
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReportRun
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The set of output columns requested for inclusion in the report run.Connected account ID by which to filter the report run.Currency of objects to be included in the report run.Ending timestamp of data to be included in the report run.Starting timestamp of data to be included in the report run.Payout ID by which to filter the report run.Category of balance transactions to be included in the report run.Defaults toEtc/UTC
.int
hashCode()
void
setColumns
(List<String> columns) The set of output columns requested for inclusion in the report run.void
setConnectedAccount
(String connectedAccount) Connected account ID by which to filter the report run.void
setCurrency
(String currency) Currency of objects to be included in the report run.void
setIntervalEnd
(Long intervalEnd) Ending timestamp of data to be included in the report run.void
setIntervalStart
(Long intervalStart) Starting timestamp of data to be included in the report run.void
Payout ID by which to filter the report run.void
setReportingCategory
(String reportingCategory) Category of balance transactions to be included in the report run.void
setTimezone
(String timezone) Defaults toEtc/UTC
.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Parameters
public Parameters()
-
-
Method Details
-
getColumns
The set of output columns requested for inclusion in the report run. -
getConnectedAccount
Connected account ID by which to filter the report run. -
getCurrency
Currency of objects to be included in the report run. -
getIntervalEnd
Ending timestamp of data to be included in the report run. Can be any UTC timestamp between 1 second after the user specifiedinterval_start
and 1 second before this report's lastdata_available_end
value. -
getIntervalStart
Starting timestamp of data to be included in the report run. Can be any UTC timestamp between 1 second after this report'sdata_available_start
and 1 second before the user specifiedinterval_end
value. -
getPayout
Payout ID by which to filter the report run. -
getReportingCategory
Category of balance transactions to be included in the report run. -
getTimezone
Defaults toEtc/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 oninterval_start
orinterval_end
. -
setColumns
The set of output columns requested for inclusion in the report run. -
setConnectedAccount
Connected account ID by which to filter the report run. -
setCurrency
Currency of objects to be included in the report run. -
setIntervalEnd
Ending timestamp of data to be included in the report run. Can be any UTC timestamp between 1 second after the user specifiedinterval_start
and 1 second before this report's lastdata_available_end
value. -
setIntervalStart
Starting timestamp of data to be included in the report run. Can be any UTC timestamp between 1 second after this report'sdata_available_start
and 1 second before the user specifiedinterval_end
value. -
setPayout
Payout ID by which to filter the report run. -
setReportingCategory
Category of balance transactions to be included in the report run. -
setTimezone
Defaults toEtc/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 oninterval_start
orinterval_end
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-