Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(id string, params *stripe.OrderReturnParams) (*stripe.OrderReturn, error)
Get returns the details of an order return
Types ¶
type Client ¶
Client is used to invoke /orders APIs.
func (Client) Get ¶
func (c Client) Get(id string, params *stripe.OrderReturnParams) (*stripe.OrderReturn, error)
Get returns the details of an order return
type Iter ¶
Iter is an iterator for order returns.
func List ¶
func List(params *stripe.OrderReturnListParams) *Iter
List returns a list of order returns.
func (*Iter) OrderReturn ¶
func (i *Iter) OrderReturn() *stripe.OrderReturn
OrderReturn returns the order return which the iterator is currently pointing to.
Click to show internal directories.
Click to hide internal directories.