Versions in this module Expand all Collapse all v30 v30.8.1 May 24, 2018 Changes in this version + func Get(id string, params *stripe.ReversalParams) (*stripe.Reversal, error) + func New(params *stripe.ReversalParams) (*stripe.Reversal, error) + func Update(id string, params *stripe.ReversalParams) (*stripe.Reversal, error) + type Client struct + B stripe.Backend + Key string + func (c Client) Get(id string, params *stripe.ReversalParams) (*stripe.Reversal, error) + func (c Client) List(params *stripe.ReversalListParams) *Iter + func (c Client) New(params *stripe.ReversalParams) (*stripe.Reversal, error) + func (c Client) Update(id string, params *stripe.ReversalParams) (*stripe.Reversal, error) + type Iter struct + func List(params *stripe.ReversalListParams) *Iter + func (i *Iter) Reversal() *stripe.Reversal 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