plan

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: 151

Documentation

Overview

Package plan provides the /plans APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Del

func Del(id string, params *stripe.PlanParams) (*stripe.Plan, error)

Del removes a plan.

func Get

func Get(id string, params *stripe.PlanParams) (*stripe.Plan, error)

Get returns the details of a plan.

func New

func New(params *stripe.PlanParams) (*stripe.Plan, error)

New creates a new plan.

func Update

func Update(id string, params *stripe.PlanParams) (*stripe.Plan, error)

Update updates a plan's properties.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /plans APIs.

func (Client) Del

func (c Client) Del(id string, params *stripe.PlanParams) (*stripe.Plan, error)

Del removes a plan.

func (Client) Get

func (c Client) Get(id string, params *stripe.PlanParams) (*stripe.Plan, error)

Get returns the details of a plan.

func (Client) List

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

List returns a list of plans.

func (Client) New

func (c Client) New(params *stripe.PlanParams) (*stripe.Plan, error)

New creates a new plan.

func (Client) Update

func (c Client) Update(id string, params *stripe.PlanParams) (*stripe.Plan, error)

Update updates a plan's properties.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for plans.

func List

func List(params *stripe.PlanListParams) *Iter

List returns a list of plans.

func (*Iter) Plan

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

Plan returns the plan 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