\Simplify_Deposit

Base class for all domain objects.

Summary

Methods
Properties
Constants
listDeposit()
findDeposit()
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

listDeposit()

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

Retrieve Simplify_Deposit 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 Deposit objects and the total number of Deposit objects available for the given criteria.

findDeposit()

findDeposit( $id, mixed $authentication) : \Deposit

Retrieve a Simplify_Deposit 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

\Deposit —

a Deposit 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.