verificationsession

package
v72.76.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package verificationsession provides the /identity/verification_sessions APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Cancel

Cancel is the method for the `POST /v1/identity/verification_sessions/{session}/cancel` API.

func Get

Get returns the details of an identity verification session.

func New

New creates a new identity verification session.

func Redact

Redact is the method for the `POST /v1/identity/verification_sessions/{session}/redact` API.

func Update

Update updates an identity verification session's properties.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /identity/verification_sessions APIs.

func (Client) Cancel

Cancel is the method for the `POST /v1/identity/verification_sessions/{session}/cancel` API.

func (Client) Get

Get returns the details of an identity verification session.

func (Client) List

List returns a list of identity verification sessions.

func (Client) New

New creates a new identity verification session.

func (Client) Redact

Redact is the method for the `POST /v1/identity/verification_sessions/{session}/redact` API.

func (Client) Update

Update updates an identity verification session's properties.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for identity verification sessions.

func List

List returns a list of identity verification sessions.

func (*Iter) IdentityVerificationSession

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

IdentityVerificationSession returns the identity verification session which the iterator is currently pointing to.

func (*Iter) IdentityVerificationSessionList

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

IdentityVerificationSessionList 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