Versions in this module Expand all Collapse all v72 v72.13.0 Oct 11, 2020 Changes in this version + func Capture(id string, params *stripe.CaptureParams) (*stripe.Charge, error) + func Get(id string, params *stripe.ChargeParams) (*stripe.Charge, error) + func New(params *stripe.ChargeParams) (*stripe.Charge, error) + func Update(id string, params *stripe.ChargeParams) (*stripe.Charge, error) + type Client struct + B stripe.Backend + Key string + func (c Client) Capture(id string, params *stripe.CaptureParams) (*stripe.Charge, error) + func (c Client) Get(id string, params *stripe.ChargeParams) (*stripe.Charge, error) + func (c Client) List(listParams *stripe.ChargeListParams) *Iter + func (c Client) New(params *stripe.ChargeParams) (*stripe.Charge, error) + func (c Client) Update(id string, params *stripe.ChargeParams) (*stripe.Charge, error) + type Iter struct + func List(params *stripe.ChargeListParams) *Iter + func (i *Iter) Charge() *stripe.Charge + func (i *Iter) ChargeList() *stripe.ChargeList Other modules containing this package github.com/vivek-ng/stripe-go