Documentation ¶
Index ¶
- 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) 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 ¶
Get returns the details of a topup. For more details see https://stripe.com/docs/api#retrieve_topup.
func New ¶
func New(params *stripe.TopupParams) (*stripe.Topup, error)
New POSTs new topups. For more details see https://stripe.com/docs/api#create_topup.
func Update ¶
Update updates a topup's properties. For more details see https://stripe.com/docs/api#update_topup.
Types ¶
type Iter ¶
Iter is an iterator for lists of Topups. The embedded Iter carries methods with it; see its documentation for details.
func List ¶
func List(params *stripe.TopupListParams) *Iter
List returns a list of topups. For more details see https://stripe.com/docs/api#list_topups.
Click to show internal directories.
Click to hide internal directories.