cardbundle

package
v74.23.0-beta.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package cardbundle provides the /issuing/card_bundles APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

Get returns the details of an issuing card bundle.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /issuing/card_bundles APIs.

func (Client) Get

Get returns the details of an issuing card bundle.

func (Client) List

func (c Client) List(listParams *stripe.IssuingCardBundleListParams) *Iter

List returns a list of issuing card bundles.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for issuing card bundles.

func List

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL