Versions in this module Expand all Collapse all v30 v30.8.1 May 24, 2018 Changes in this version + const Day + const Month + const Week + const Year + func Del(id string, params *stripe.PlanParams) (*stripe.Plan, error) + func Get(id string, params *stripe.PlanParams) (*stripe.Plan, error) + func New(params *stripe.PlanParams) (*stripe.Plan, error) + func Update(id string, params *stripe.PlanParams) (*stripe.Plan, error) + type Client struct + B stripe.Backend + Key string + func (c Client) Del(id string, params *stripe.PlanParams) (*stripe.Plan, error) + func (c Client) Get(id string, params *stripe.PlanParams) (*stripe.Plan, error) + func (c Client) List(params *stripe.PlanListParams) *Iter + func (c Client) New(params *stripe.PlanParams) (*stripe.Plan, error) + func (c Client) Update(id string, params *stripe.PlanParams) (*stripe.Plan, error) + type Iter struct + func List(params *stripe.PlanListParams) *Iter + func (i *Iter) Plan() *stripe.Plan Other modules containing this package github.com/stripe/stripe-go github.com/stripe/stripe-go/v55 github.com/stripe/stripe-go/v71 github.com/stripe/stripe-go/v72 github.com/stripe/stripe-go/v73 github.com/stripe/stripe-go/v74 github.com/stripe/stripe-go/v75 github.com/stripe/stripe-go/v76 github.com/stripe/stripe-go/v78 github.com/stripe/stripe-go/v79 github.com/stripe/stripe-go/v80 github.com/stripe/stripe-go/v81