supplier

package
v79.12.0 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2024 License: MIT Imports: 3 Imported by: 1

Documentation

Overview

Package supplier provides the /climate/suppliers APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

Retrieves a Climate supplier object.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /climate/suppliers APIs.

func (Client) Get

Retrieves a Climate supplier object.

func (Client) List

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

Lists all available Climate supplier objects.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for climate suppliers.

func List

func List(params *stripe.ClimateSupplierListParams) *Iter

Lists all available Climate supplier objects.

func (*Iter) ClimateSupplier

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

ClimateSupplier returns the climate supplier which the iterator is currently pointing to.

func (*Iter) ClimateSupplierList

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

ClimateSupplierList 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