PHP Class Cartalyst\Stripe\Api\OrderReturns

Inheritance: extends Api
Afficher le fichier Open project: cartalyst/stripe

Méthodes publiques

Méthode 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 méthode

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

find() public méthode

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