financingoffer

package
v76.13.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package financingoffer provides the /capital/financing_offers APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

Get returns the details of a capital financing offer.

func MarkDelivered

MarkDelivered is the method for the `POST /v1/capital/financing_offers/{financing_offer}/mark_delivered` API.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /capital/financing_offers APIs.

func (Client) Get

Get returns the details of a capital financing offer.

func (Client) List

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

List returns a list of capital financing offers.

func (Client) MarkDelivered

MarkDelivered is the method for the `POST /v1/capital/financing_offers/{financing_offer}/mark_delivered` API.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for capital financing offers.

func List

List returns a list of capital financing offers.

func (*Iter) CapitalFinancingOffer

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

CapitalFinancingOffer returns the capital financing offer which the iterator is currently pointing to.

func (*Iter) CapitalFinancingOfferList

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

CapitalFinancingOfferList 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