financingoffer

package
v78.11.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 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 the details of the financing offer

func MarkDelivered

Acknowledges that platform has received and delivered the financing_offer to the intended merchant recipient.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /capital/financing_offers APIs.

func (Client) Get

Get the details of the financing offer

func (Client) List

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

Retrieves the financing offers available for Connected accounts that belong to your platform.

func (Client) MarkDelivered

Acknowledges that platform has received and delivered the financing_offer to the intended merchant recipient.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for capital financing offers.

func List

Retrieves the financing offers available for Connected accounts that belong to your platform.

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