Documentation ¶
Overview ¶
Package supplier provides the /climate/suppliers APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(id string, params *stripe.ClimateSupplierParams) (*stripe.ClimateSupplier, error)
Get returns the details of a climate supplier.
Types ¶
type Client ¶
Client is used to invoke /climate/suppliers APIs.
func (Client) Get ¶
func (c Client) Get(id string, params *stripe.ClimateSupplierParams) (*stripe.ClimateSupplier, error)
Get returns the details of a climate supplier.
type Iter ¶
Iter is an iterator for climate suppliers.
func List ¶
func List(params *stripe.ClimateSupplierListParams) *Iter
List returns a list of climate suppliers.
func (*Iter) ClimateSupplier ¶
func (i *Iter) ClimateSupplier() *stripe.ClimateSupplier
ClimateSupplier returns the climate supplier which the iterator is currently pointing to.
func (*Iter) ClimateSupplierList ¶
func (i *Iter) ClimateSupplierList() *stripe.ClimateSupplierList
ClimateSupplierList 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.