Documentation ¶
Overview ¶
Package setupattempt provides API functions related to setup attempts.
For more details, see: https://stripe.com/docs/api/go#setup_attempts.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Iter ¶
Iter is an iterator for setup attempts.
func List ¶
func List(params *stripe.SetupAttemptListParams) *Iter
List returns a list of setup attempts.
func (*Iter) SetupAttempt ¶
func (i *Iter) SetupAttempt() *stripe.SetupAttempt
SetupAttempt returns the setup attempt which the iterator is currently pointing to.
func (*Iter) SetupAttemptList ¶
func (i *Iter) SetupAttemptList() *stripe.SetupAttemptList
SetupAttemptList 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.