$properties
$properties
Base class for all domain objects.
createCustomer(array $hash, mixed $authentication) : \Customer
Creates an Simplify_Customer object
array | $hash | a map of parameters; valid keys are:
|
mixed | $authentication |
|
a Customer object.
deleteCustomer(mixed $authentication)
Deletes an Simplify_Customer object.
mixed | $authentication |
|
listCustomer( $criteria, mixed $authentication) : \ResourceList
Retrieve Simplify_Customer objects.
$criteria | ||
mixed | $authentication |
|
a ResourceList object that holds the list of Customer objects and the total number of Customer objects available for the given criteria.
findCustomer( $id, mixed $authentication) : \Customer
Retrieve a Simplify_Customer object from the API
$id | ||
mixed | $authentication |
|
a Customer object
updateCustomer(mixed $authentication) : \Customer
Updates an Simplify_Customer object.
The properties that can be updated:
mixed | $authentication |
|
a Customer object.