issuerfraudrecord

package
v30.8.1 Latest Latest
Warning

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

Go to latest
Published: May 24, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

Get returns the details of an issuer fraud record. For more details see https://stripe.com/docs/api#retrieve_issuer_fraud_record.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to interact with the /issuer_fraud_records API.

func (Client) Get

func (c Client) Get(id string) (*stripe.IssuerFraudRecord, error)

Get returns the details of an issuer fraud record on a client. For more details see https://stripe.com/docs/api#retrieve_issuer_fraud_record.

func (Client) List

func (c Client) List(params *stripe.IssuerFraudRecordListParams) *Iter

List returns a list of issuer fraud records on a client. For more details see https://stripe.com/docs/api#list_issuer_fraud_records.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for lists of Topups. The embedded Iter carries methods with it; see its documentation for details.

func List

List returns a list of issuer fraud records. For more details see https://stripe.com/docs/api#list_issuer_fraud_records.

func (*Iter) IssuerFraudRecord

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

IssuerFraudRecord returns the most recent issuer fraud record visited by a call to Next.

Jump to

Keyboard shortcuts

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