package
14.3.0+incompatible
Repository: https://github.com/gojuno/stripe-go.git
Documentation: pkg.go.dev

# Functions

Get returns the details of an order For more details see https://stripe.com/docs/api#retrieve_order.
List returns a list of orders.
New POSTs a new order.
Pay pays an order For more details see https://stripe.com/docs/api#pay_order.
Return returns all or part of an order.
Update updates an order's properties.

# Structs

Client is used to invoke /orders APIs.
Iter is an iterator for lists of Orders.