reversal

package
v70.15.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2020 License: MIT Imports: 4 Imported by: 134

Documentation

Overview

Package reversal provides the /transfers/reversals APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(id string, params *stripe.ReversalParams) (*stripe.Reversal, error)

Get returns the details of a transfer reversal.

func New

func New(params *stripe.ReversalParams) (*stripe.Reversal, error)

New creates a new transfer reversal.

func Update

func Update(id string, params *stripe.ReversalParams) (*stripe.Reversal, error)

Update updates a transfer reversal's properties.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /transfers/reversals APIs.

func (Client) Get

func (c Client) Get(id string, params *stripe.ReversalParams) (*stripe.Reversal, error)

Get returns the details of a transfer reversal.

func (Client) List

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

List returns a list of transfer reversals.

func (Client) New

func (c Client) New(params *stripe.ReversalParams) (*stripe.Reversal, error)

New creates a new transfer reversal.

func (Client) Update

func (c Client) Update(id string, params *stripe.ReversalParams) (*stripe.Reversal, error)

Update updates a transfer reversal's properties.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for transfer reversals.

func List

func List(params *stripe.ReversalListParams) *Iter

List returns a list of transfer reversals.

func (*Iter) Reversal

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

Reversal returns the transfer reversal 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