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 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) 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.
Click to show internal directories.
Click to hide internal directories.