Documentation ¶
Overview ¶
Package payout provides the /payouts APIs
Index ¶
- 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
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
Client is used to invoke /payouts APIs.
func (Client) List ¶
func (c Client) List(listParams *stripe.PayoutListParams) *Iter
List returns a list of payouts.
type Iter ¶
Iter is an iterator for payouts.
func (*Iter) PayoutList ¶
func (i *Iter) PayoutList() *stripe.PayoutList
PayoutList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.
Click to show internal directories.
Click to hide internal directories.