carddesign

package
v74.17.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package carddesign provides the /issuing/card_designs APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

Get returns the details of an issuing card design.

func Update

Update updates an issuing card design's properties.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /issuing/card_designs APIs.

func (Client) Get

Get returns the details of an issuing card design.

func (Client) List

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

List returns a list of issuing card designs.

func (Client) Update

Update updates an issuing card design's properties.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for issuing card designs.

func List

List returns a list of issuing card designs.

func (*Iter) IssuingCardDesign

func (i *Iter) IssuingCardDesign() *stripe.IssuingCardDesign

IssuingCardDesign returns the issuing card design which the iterator is currently pointing to.

func (*Iter) IssuingCardDesignList

func (i *Iter) IssuingCardDesignList() *stripe.IssuingCardDesignList

IssuingCardDesignList 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