price

package
v72.120.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2022 License: MIT Imports: 3 Imported by: 16

Documentation

Overview

Package price provides the /prices APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(id string, params *stripe.PriceParams) (*stripe.Price, error)

Get returns the details of a price.

func New

func New(params *stripe.PriceParams) (*stripe.Price, error)

New creates a new price.

func Update

func Update(id string, params *stripe.PriceParams) (*stripe.Price, error)

Update updates a price's properties.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /prices APIs.

func (Client) Get

func (c Client) Get(id string, params *stripe.PriceParams) (*stripe.Price, error)

Get returns the details of a price.

func (Client) List

func (c Client) List(listParams *stripe.PriceListParams) *Iter

List returns a list of prices.

func (Client) New

func (c Client) New(params *stripe.PriceParams) (*stripe.Price, error)

New creates a new price.

func (Client) Search added in v72.97.0

func (c Client) Search(params *stripe.PriceSearchParams) *SearchIter

Search returns a search result containing prices.

func (Client) Update

func (c Client) Update(id string, params *stripe.PriceParams) (*stripe.Price, error)

Update updates a price's properties.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for prices.

func List

func List(params *stripe.PriceListParams) *Iter

List returns a list of prices.

func (*Iter) Price

func (i *Iter) Price() *stripe.Price

Price returns the price which the iterator is currently pointing to.

func (*Iter) PriceList

func (i *Iter) PriceList() *stripe.PriceList

PriceList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.

type SearchIter added in v72.97.0

type SearchIter struct {
	*stripe.SearchIter
}

SearchIter is an iterator for prices.

func Search(params *stripe.PriceSearchParams) *SearchIter

Search returns a search result containing prices.

func (*SearchIter) Price added in v72.97.0

func (i *SearchIter) Price() *stripe.Price

Price returns the price which the iterator is currently pointing to.

func (*SearchIter) PriceSearchResult added in v72.97.0

func (i *SearchIter) PriceSearchResult() *stripe.PriceSearchResult

PriceSearchResult returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL