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)
Get returns the details of a reporting report type.
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)
Get returns the details of a reporting report type.
type Iter ¶
Iter is an iterator for reporting report types.
func List ¶
func List(params *stripe.ReportingReportTypeListParams) *Iter
List returns a list of reporting 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.
Click to show internal directories.
Click to hide internal directories.