$properties
$properties
Base class for all domain objects.
createFraudCheck(array $hash, mixed $authentication) : \FraudCheck
Creates an Simplify_FraudCheck object
array | $hash | a map of parameters; valid keys are:
|
mixed | $authentication |
|
a FraudCheck object.
listFraudCheck( $criteria, mixed $authentication) : \ResourceList
Retrieve Simplify_FraudCheck objects.
$criteria | ||
mixed | $authentication |
|
a ResourceList object that holds the list of FraudCheck objects and the total number of FraudCheck objects available for the given criteria.
findFraudCheck( $id, mixed $authentication) : \FraudCheck
Retrieve a Simplify_FraudCheck object from the API
$id | ||
mixed | $authentication |
|
a FraudCheck object
updateFraudCheck(mixed $authentication) : \FraudCheck
Updates an Simplify_FraudCheck object.
The properties that can be updated:
mixed | $authentication |
|
a FraudCheck object.