$properties
$properties
Base class for all domain objects.
createTransactionReview(array $hash, mixed $authentication) : \TransactionReview
Creates an Simplify_TransactionReview object
array | $hash | a map of parameters; valid keys are: |
mixed | $authentication |
|
a TransactionReview object.
deleteTransactionReview(mixed $authentication)
Deletes an Simplify_TransactionReview object.
mixed | $authentication |
|
listTransactionReview( $criteria, mixed $authentication) : \ResourceList
Retrieve Simplify_TransactionReview objects.
$criteria | ||
mixed | $authentication |
|
a ResourceList object that holds the list of TransactionReview objects and the total number of TransactionReview objects available for the given criteria.
findTransactionReview( $id, mixed $authentication) : \TransactionReview
Retrieve a Simplify_TransactionReview object from the API
$id | ||
mixed | $authentication |
|
a TransactionReview object
updateTransactionReview(mixed $authentication) : \TransactionReview
Updates an Simplify_TransactionReview object.
The properties that can be updated:
mixed | $authentication |
|
a TransactionReview object.