personalizationdesign

package
v79.6.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2024 License: MIT Imports: 3 Imported by: 1

Documentation

Overview

Package personalizationdesign provides the /issuing/personalization_designs APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

Retrieves a personalization design object.

func New

Creates a personalization design object.

func Update

Updates a card personalization object.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /issuing/personalization_designs APIs.

func (Client) Get

Retrieves a personalization design object.

func (Client) List

Returns a list of personalization design objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.

func (Client) New

Creates a personalization design object.

func (Client) Update

Updates a card personalization object.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for issuing personalization designs.

func List

Returns a list of personalization design objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.

func (*Iter) IssuingPersonalizationDesign

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

IssuingPersonalizationDesign returns the issuing personalization design which the iterator is currently pointing to.

func (*Iter) IssuingPersonalizationDesignList

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

IssuingPersonalizationDesignList 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