Documentation ¶
Overview ¶
Package price provides the /prices APIs
Index ¶
- func Get(id string, params *stripe.PriceParams) (*stripe.Price, error)
- func New(params *stripe.PriceParams) (*stripe.Price, error)
- func Update(id string, params *stripe.PriceParams) (*stripe.Price, error)
- type Client
- func (c Client) Get(id string, params *stripe.PriceParams) (*stripe.Price, error)
- func (c Client) List(listParams *stripe.PriceListParams) *Iter
- func (c Client) New(params *stripe.PriceParams) (*stripe.Price, error)
- func (c Client) Update(id string, params *stripe.PriceParams) (*stripe.Price, error)
- type Iter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
Client is used to invoke /prices APIs.
func (Client) List ¶
func (c Client) List(listParams *stripe.PriceListParams) *Iter
List returns a list of prices.
Click to show internal directories.
Click to hide internal directories.