PHP Class Cartalyst\Stripe\Api\OrderReturns

Inheritance: extends Api
Show file Open project: cartalyst/stripe

Public Methods

Method Description
all ( array $parameters = [] ) : array Returns a list of all the order returns.
find ( string $orderReturnId ) : array Retrieves an existing order return.

Method Details

all() public method

Returns a list of all the order returns.
public all ( array $parameters = [] ) : array
$parameters array
return array

find() public method

Retrieves an existing order return.
public find ( string $orderReturnId ) : array
$orderReturnId string
return array