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.
func (*Iter) OrderReturnList ¶
func (i *Iter) OrderReturnList() *stripe.OrderReturnList
OrderReturnList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.
Click to show internal directories.
Click to hide internal directories.