Documentation ¶
Overview ¶
Package topup provides the /topups APIs
Index ¶
- func Cancel(id string, params *stripe.TopupParams) (*stripe.Topup, error)
- func Get(id string, params *stripe.TopupParams) (*stripe.Topup, error)
- func New(params *stripe.TopupParams) (*stripe.Topup, error)
- func Update(id string, params *stripe.TopupParams) (*stripe.Topup, error)
- type Client
- func (c Client) Cancel(id string, params *stripe.TopupParams) (*stripe.Topup, error)
- func (c Client) Get(id string, params *stripe.TopupParams) (*stripe.Topup, error)
- func (c Client) List(listParams *stripe.TopupListParams) *Iter
- func (c Client) New(params *stripe.TopupParams) (*stripe.Topup, error)
- func (c Client) Update(id string, params *stripe.TopupParams) (*stripe.Topup, error)
- type Iter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
Retrieves the details of a top-up that has previously been created. Supply the unique top-up ID that was returned from your previous request, and Stripe will return the corresponding top-up information.
Types ¶
type Client ¶
Client is used to invoke /topups APIs.
func (Client) Get ¶
Retrieves the details of a top-up that has previously been created. Supply the unique top-up ID that was returned from your previous request, and Stripe will return the corresponding top-up information.
func (Client) List ¶
func (c Client) List(listParams *stripe.TopupListParams) *Iter
Returns a list of top-ups.
Click to show internal directories.
Click to hide internal directories.