subitem

package
v70.15.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2020 License: MIT Imports: 3 Imported by: 92

Documentation

Overview

Package subitem provides the /subscription_items APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Del

Del removes a subscription item.

func Get

Get returns the details of a subscription item.

func New

New creates a new subscription item.

func Update

Update updates a subscription item's properties.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /subscriptions APIs.

func (Client) Del

Del removes a subscription item.

func (Client) Get

Get returns the details of a subscription item.

func (Client) List

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

List returns a list of subscription items.

func (Client) New

New creates a new subscription item.

func (Client) Update

Update updates a subscription item's properties.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for subscription items.

func List

func List(params *stripe.SubscriptionItemListParams) *Iter

List returns a list of subscription items.

func (*Iter) SubscriptionItem

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

SubscriptionItem returns the subscription item which the iterator is currently pointing to.

Jump to

Keyboard shortcuts

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