orderreturn

package
v18.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2016 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /orders APIs.

func (Client) List

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

type Iter

type Iter struct {
	*stripe.Iter
}

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

func List

func List(params *stripe.OrderReturnListParams) *Iter

For more details see https://stripe.com/docs/api#list_orders

func (*Iter) OrderReturn

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

OrderReturn returns the most recent OrderReturn visited by a call to Next.

Jump to

Keyboard shortcuts

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