Documentation ¶
Index ¶
- func Close(id string, params *stripe.DisputeParams) (*stripe.Dispute, error)
- func Get(id string, params *stripe.DisputeParams) (*stripe.Dispute, error)
- func Update(id string, params *stripe.DisputeParams) (*stripe.Dispute, error)
- type Client
- func (c Client) Close(id string, params *stripe.DisputeParams) (*stripe.Dispute, error)
- func (c Client) Get(id string, params *stripe.DisputeParams) (*stripe.Dispute, error)
- func (c Client) List(listParams *stripe.DisputeListParams) *Iter
- func (c Client) Update(id string, params *stripe.DisputeParams) (*stripe.Dispute, error)
- type Iter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
Client is used to invoke dispute-related APIs.
type Iter ¶
Iter is an iterator for disputes.
func (*Iter) DisputeList ¶
func (i *Iter) DisputeList() *stripe.DisputeList
DisputeList 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.