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
For more details about Parameters, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe 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.inthashCode()voidsetColumns(List<String> columns) The set of output columns requested for inclusion in the report run.voidsetConnectedAccount(String connectedAccount) Connected account ID by which to filter the report run.voidsetCurrency(String currency) Currency of objects to be included in the report run.voidsetIntervalEnd(Long intervalEnd) Ending timestamp of data to be included in the report run.voidsetIntervalStart(Long intervalStart) Starting timestamp of data to be included in the report run.voidPayout ID by which to filter the report run.voidsetReportingCategory(String reportingCategory) Category of balance transactions to be included in the report run.voidsetTimezone(String timezone) Defaults toEtc/UTC.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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_startand 1 second before this report's lastdata_available_endvalue. -
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_startand 1 second before the user specifiedinterval_endvalue. -
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_startorinterval_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_startand 1 second before this report's lastdata_available_endvalue. -
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_startand 1 second before the user specifiedinterval_endvalue. -
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_startorinterval_end. -
equals
-
canEqual
-
hashCode
public int hashCode()
-