$properties
$properties
Base class for all domain objects.
createInvoice(array $hash, mixed $authentication) : \Invoice
Creates an Simplify_Invoice object
array | $hash | a map of parameters; valid keys are:
|
mixed | $authentication |
|
a Invoice object.
deleteInvoice(mixed $authentication)
Deletes an Simplify_Invoice object.
mixed | $authentication |
|
listInvoice( $criteria, mixed $authentication) : \ResourceList
Retrieve Simplify_Invoice objects.
$criteria | ||
mixed | $authentication |
|
a ResourceList object that holds the list of Invoice objects and the total number of Invoice objects available for the given criteria.
findInvoice( $id, mixed $authentication) : \Invoice
Retrieve a Simplify_Invoice object from the API
$id | ||
mixed | $authentication |
|
a Invoice object
updateInvoice(mixed $authentication) : \Invoice
Updates an Simplify_Invoice object.
The properties that can be updated:
mixed | $authentication |
|
a Invoice object.