Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
Get returns the details of an sku For more details see https://stripe.com/docs/api#retrieve_sku.
func New ¶
New POSTs a new SKU. For more details see https://stripe.com/docs/api#create_sku.
Types ¶
type Client ¶
Client is used to invoke /skus APIs.
func (Client) New ¶
New POSTs a new SKU. For more details see https://stripe.com/docs/api#create_sku.
type Iter ¶
Iter is an iterator for lists of SKUs. The embedded Iter carries methods with it; see its documentation for details.
func List ¶
func List(params *stripe.SKUListParams) *Iter
List returns a list of skus. For more details see https://stripe.com/docs/api#list_skus
Click to show internal directories.
Click to hide internal directories.