Documentation ¶
Overview ¶
Package recipient provides the /recipients APIs
Index ¶
- func Del(id string, params *stripe.RecipientParams) (*stripe.Recipient, error)
- func Get(id string, params *stripe.RecipientParams) (*stripe.Recipient, error)
- func Update(id string, params *stripe.RecipientParams) (*stripe.Recipient, error)
- type Client
- func (c Client) Del(id string, params *stripe.RecipientParams) (*stripe.Recipient, error)
- func (c Client) Get(id string, params *stripe.RecipientParams) (*stripe.Recipient, error)
- func (c Client) List(listParams *stripe.RecipientListParams) *Iter
- func (c Client) Update(id string, params *stripe.RecipientParams) (*stripe.Recipient, error)
- type Iter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
Client is used to invoke /recipients APIs.
type Iter ¶
Iter is an iterator for recipients.
func (*Iter) Recipient ¶
Recipient returns the recipient which the iterator is currently pointing to.
func (*Iter) RecipientList ¶ added in v71.44.0
func (i *Iter) RecipientList() *stripe.RecipientList
RecipientList 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.