Documentation ¶
Overview ¶
Package reversal provides the /transfers/reversals APIs
Index ¶
- 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
- func (c Client) Get(id string, params *stripe.ReversalParams) (*stripe.Reversal, error)
- func (c Client) List(listParams *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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
Client is used to invoke /transfers/reversals APIs.
func (Client) List ¶
func (c Client) List(listParams *stripe.ReversalListParams) *Iter
List returns a list of transfer reversals.
type Iter ¶
Iter is an iterator for transfer reversals.
func List ¶
func List(params *stripe.ReversalListParams) *Iter
List returns a list of transfer reversals.
func (*Iter) Reversal ¶
Reversal returns the transfer reversal which the iterator is currently pointing to.
func (*Iter) ReversalList ¶
func (i *Iter) ReversalList() *stripe.ReversalList
ReversalList 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.