Documentation ¶
Overview ¶
Package product provides the /climate/products APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(id string, params *stripe.ClimateProductParams) (*stripe.ClimateProduct, error)
Retrieves the details of a Climate product with the given ID.
Types ¶
type Client ¶
Client is used to invoke /climate/products APIs.
func (Client) Get ¶
func (c Client) Get(id string, params *stripe.ClimateProductParams) (*stripe.ClimateProduct, error)
Retrieves the details of a Climate product with the given ID.
type Iter ¶
Iter is an iterator for climate products.
func List ¶
func List(params *stripe.ClimateProductListParams) *Iter
Lists all available Climate product objects.
func (*Iter) ClimateProduct ¶
func (i *Iter) ClimateProduct() *stripe.ClimateProduct
ClimateProduct returns the climate product which the iterator is currently pointing to.
func (*Iter) ClimateProductList ¶
func (i *Iter) ClimateProductList() *stripe.ClimateProductList
ClimateProductList 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.