$properties
$properties
Base class for all domain objects.
createRefund(array $hash, mixed $authentication) : \Refund
Creates an Simplify_Refund object
array | $hash | a map of parameters; valid keys are:
|
mixed | $authentication |
|
a Refund object.
listRefund( $criteria, mixed $authentication) : \ResourceList
Retrieve Simplify_Refund objects.
$criteria | ||
mixed | $authentication |
|
a ResourceList object that holds the list of Refund objects and the total number of Refund objects available for the given criteria.
findRefund( $id, mixed $authentication) : \Refund
Retrieve a Simplify_Refund object from the API
$id | ||
mixed | $authentication |
|
a Refund object