Documentation ¶
Overview ¶
Package reporttype provides API functions related to report types.
For more details, see: https://stripe.com/docs/api/go#reporting_report_type
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(id string, params *stripe.ReportTypeParams) (*stripe.ReportType, error)
Get returns the details of a 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.ReportTypeParams) (*stripe.ReportType, error)
Get returns the details of a report type.
type Iter ¶
Iter is an iterator for report types.
func List ¶
func List(params *stripe.ReportTypeListParams) *Iter
List returns a list of report types.
func (*Iter) ReportType ¶
func (i *Iter) ReportType() *stripe.ReportType
ReportType returns the report type which the iterator is currently pointing to.
Click to show internal directories.
Click to hide internal directories.