order

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: 3 Imported by: 120

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(id string, params *stripe.OrderParams) (*stripe.Order, error)

Get returns the details of an order.

func New

func New(params *stripe.OrderParams) (*stripe.Order, error)

New creates a new order.

func Pay

func Pay(id string, params *stripe.OrderPayParams) (*stripe.Order, error)

Pay pays an order.

func Return

func Return(id string, params *stripe.OrderReturnParams) (*stripe.OrderReturn, error)

Return returns all or part of an order.

func Update

func Update(id string, params *stripe.OrderUpdateParams) (*stripe.Order, error)

Update updates an order's properties.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /orders APIs.

func (Client) Get

func (c Client) Get(id string, params *stripe.OrderParams) (*stripe.Order, error)

Get returns the details of an order.

func (Client) List

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

List returns a list of orders.

func (Client) New

func (c Client) New(params *stripe.OrderParams) (*stripe.Order, error)

New creates a new order.

func (Client) Pay

func (c Client) Pay(id string, params *stripe.OrderPayParams) (*stripe.Order, error)

Pay pays an order.

func (Client) Return

func (c Client) Return(id string, params *stripe.OrderReturnParams) (*stripe.OrderReturn, error)

Return returns all or part of an order.

func (Client) Update

func (c Client) Update(id string, params *stripe.OrderUpdateParams) (*stripe.Order, error)

Update updates an order's properties.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for orders.

func List

func List(params *stripe.OrderListParams) *Iter

List returns a list of orders.

func (*Iter) Order

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

Order returns the order 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