\Simplify_TransactionReview

Base class for all domain objects.

Summary

Methods
Properties
Constants
createTransactionReview()
deleteTransactionReview()
listTransactionReview()
findTransactionReview()
updateTransactionReview()
setAll()
getProperties()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$properties
N/A

Properties

$properties

$properties

Methods

createTransactionReview()

createTransactionReview(array $hash, mixed $authentication) : \TransactionReview

Creates an Simplify_TransactionReview object

Parameters

array $hash

a map of parameters; valid keys are:

mixed $authentication
  • information used for the API call. If no value is passed the global keys Simplify::public_key and Simplify::private_key are used. For backwards compatibility the public and private keys may be passed instead of the authentication object.<i/>

Returns

\TransactionReview —

a TransactionReview object.

deleteTransactionReview()

deleteTransactionReview(mixed $authentication)

Deletes an Simplify_TransactionReview object.

Parameters

mixed $authentication
  • information used for the API call. If no value is passed the global keys Simplify::public_key and Simplify::private_key are used. For backwards compatibility the public and private keys may be passed instead of the authentication object.

listTransactionReview()

listTransactionReview( $criteria, mixed $authentication) : \ResourceList

Retrieve Simplify_TransactionReview objects.

Parameters

$criteria
mixed $authentication
  • information used for the API call. If no value is passed the global keys Simplify::public_key and Simplify::private_key are used. For backwards compatibility the public and private keys may be passed instead of the authentication object.

Returns

\ResourceList —

a ResourceList object that holds the list of TransactionReview objects and the total number of TransactionReview objects available for the given criteria.

findTransactionReview()

findTransactionReview( $id, mixed $authentication) : \TransactionReview

Retrieve a Simplify_TransactionReview object from the API

Parameters

$id
mixed $authentication
  • information used for the API call. If no value is passed the global keys Simplify::public_key and Simplify::private_key are used. For backwards compatibility the public and private keys may be passed instead of the authentication object.

Returns

\TransactionReview —

a TransactionReview object

updateTransactionReview()

updateTransactionReview(mixed $authentication) : \TransactionReview

Updates an Simplify_TransactionReview object.

The properties that can be updated:

Parameters

mixed $authentication
  • information used for the API call. If no value is passed the global keys Simplify::public_key and Simplify::private_key are used. For backwards compatibility the public and private keys may be passed instead of the authentication object.

Returns

\TransactionReview —

a TransactionReview object.

setAll()

setAll(mixed $hash)

Updates the object's properties with the values in the specified map.

Parameters

mixed $hash

array Map of values to set.

getProperties()

getProperties() : array

Returns the object's properties as a map.

Returns

array —

map of properties.