valuelistitem

package
v70.15.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2020 License: MIT Imports: 3 Imported by: 48

Documentation

Overview

Package valuelistitem provides API functions related to value list items.

For more details, see: https://stripe.com/docs/api/radar/list_items?lang=go

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Del

Del removes a value list item.

func Get

Get returns the details of a value list item.

func New

New creates a new value list item.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /radar/value_list_items APIs.

func (Client) Del

Del removes a value list item.

func (Client) Get

Get returns the details of a value list item.

func (Client) List

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

List returns a list of vlis.

func (Client) New

New creates a new value list item.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for vlis.

func List

List returns a list of vlis.

func (*Iter) RadarValueListItem

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

RadarValueListItem returns the vli which the iterator is currently pointing to.

Jump to

Keyboard shortcuts

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