Documentation ¶
Index ¶
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.