Documentation ¶
Overview ¶
Package reporttype provides the /reporting/report_types APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(id string, params *stripe.ReportingReportTypeParams) (*stripe.ReportingReportType, error)
Retrieves the details of a Report Type. (Certain report types require a [live-mode API key](https://stripe.com/docs/keys#test-live-modes).)
Types ¶
type Client ¶
Client is used to invoke /reporting/report_types APIs.
func (Client) Get ¶
func (c Client) Get(id string, params *stripe.ReportingReportTypeParams) (*stripe.ReportingReportType, error)
Retrieves the details of a Report Type. (Certain report types require a [live-mode API key](https://stripe.com/docs/keys#test-live-modes).)
type Iter ¶
Iter is an iterator for reporting report types.
func List ¶
func List(params *stripe.ReportingReportTypeListParams) *Iter
Returns a full list of Report Types.
func (*Iter) ReportingReportType ¶
func (i *Iter) ReportingReportType() *stripe.ReportingReportType
ReportingReportType returns the reporting report type which the iterator is currently pointing to.
func (*Iter) ReportingReportTypeList ¶
func (i *Iter) ReportingReportTypeList() *stripe.ReportingReportTypeList
ReportingReportTypeList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.