ReportRunParameters constructor
const
ReportRunParameters({
- List<
String> ? columns, - String? connectedAccount,
- String? currency,
- DateTime? intervalEnd,
- DateTime? intervalStart,
- String? payout,
- ReportRunReportingCategory? reportingCategory,
- ReportRunTimezone? timezone,
run_parameter_specs
Parameters specifying how the report should be run. Different Report Types have different required and optional parameters, listed in the [API Access to Reports](https://stripe.com/docs/reporting/statements/api) documentation.
Implementation
const ReportRunParameters({
this.columns,
this.connectedAccount,
this.currency,
this.intervalEnd,
this.intervalStart,
this.payout,
this.reportingCategory,
this.timezone,
});