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.
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.
Click to show internal directories.
Click to hide internal directories.