Documentation
¶
Overview ¶
Package cardbundle provides the /issuing/card_bundles APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(id string, params *stripe.IssuingCardBundleParams) (*stripe.IssuingCardBundle, error)
Get returns the details of an issuing card bundle.
Types ¶
type Client ¶
Client is used to invoke /issuing/card_bundles APIs.
func (Client) Get ¶
func (c Client) Get(id string, params *stripe.IssuingCardBundleParams) (*stripe.IssuingCardBundle, error)
Get returns the details of an issuing card bundle.
type Iter ¶
Iter is an iterator for issuing card bundles.
func List ¶
func List(params *stripe.IssuingCardBundleListParams) *Iter
List returns a list of issuing card bundles.
func (*Iter) IssuingCardBundle ¶
func (i *Iter) IssuingCardBundle() *stripe.IssuingCardBundle
IssuingCardBundle returns the issuing card bundle which the iterator is currently pointing to.
func (*Iter) IssuingCardBundleList ¶
func (i *Iter) IssuingCardBundleList() *stripe.IssuingCardBundleList
IssuingCardBundleList 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.