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)
Retrieves a Climate supplier object.
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)
Retrieves a Climate supplier object.
type Iter ¶
Iter is an iterator for climate suppliers.
func List ¶
func List(params *stripe.ClimateSupplierListParams) *Iter
Lists all available Climate supplier objects.
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.