Documentation ¶
Overview ¶
Package reportrun provides API functions related to report runs.
For more details, see: https://stripe.com/docs/api/go#reporting_report_run
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
Client is used to invoke /reporting/report_runs APIs.
type Iter ¶
Iter is an iterator for report runs.
func (*Iter) ReportRun ¶
ReportRun returns the report run which the iterator is currently pointing to.
func (*Iter) ReportRunList ¶
func (i *Iter) ReportRunList() *stripe.ReportRunList
ReportRunList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.
Click to show internal directories.
Click to hide internal directories.