dispute

package
v70.14.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package dispute provides API functions related to issuing disputes.

For more details, see: https://stripe.com/docs/api/go#issuing_disputes

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

Get returns the details of an issuing dispute.

func New

New creates a new issuing dispute.

func Update

Update updates an issuing dispute.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /issuing/disputes APIs.

func (Client) Get

Get returns the details of an issuing dispute.

func (Client) List

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

List returns a list of issuing disputes.

func (Client) New

New creates a new issuing dispute.

func (Client) Update

Update updates an issuing dispute.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for issuing disputes.

func List

func List(params *stripe.IssuingDisputeListParams) *Iter

List returns a list of issuing disputes.

func (*Iter) IssuingDispute

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

IssuingDispute returns the issuing dispute which the iterator is currently pointing to.

Jump to

Keyboard shortcuts

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