Versions in this module Expand all Collapse all v72 v72.201.0 Jun 24, 2022 v72.200.0 Jun 24, 2022 Changes in this version + func Cancel(id string, params *stripe.PayoutParams) (*stripe.Payout, error) + func Get(id string, params *stripe.PayoutParams) (*stripe.Payout, error) + func New(params *stripe.PayoutParams) (*stripe.Payout, error) + func Reverse(id string, params *stripe.PayoutReverseParams) (*stripe.Payout, error) + func Update(id string, params *stripe.PayoutParams) (*stripe.Payout, error) + type Client struct + B stripe.Backend + Key string + func (c Client) Cancel(id string, params *stripe.PayoutParams) (*stripe.Payout, error) + func (c Client) Get(id string, params *stripe.PayoutParams) (*stripe.Payout, error) + func (c Client) List(listParams *stripe.PayoutListParams) *Iter + func (c Client) New(params *stripe.PayoutParams) (*stripe.Payout, error) + func (c Client) Reverse(id string, params *stripe.PayoutReverseParams) (*stripe.Payout, error) + func (c Client) Update(id string, params *stripe.PayoutParams) (*stripe.Payout, error) + type Iter struct + func List(params *stripe.PayoutListParams) *Iter + func (i *Iter) Payout() *stripe.Payout + func (i *Iter) PayoutList() *stripe.PayoutList Other modules containing this package github.com/timandy/go-stripe