$properties
$properties
Base class for all domain objects.
createInvoiceItem(array $hash, mixed $authentication) : \InvoiceItem
Creates an Simplify_InvoiceItem object
array | $hash | a map of parameters; valid keys are:
|
mixed | $authentication |
|
a InvoiceItem object.
deleteInvoiceItem(mixed $authentication)
Deletes an Simplify_InvoiceItem object.
mixed | $authentication |
|
findInvoiceItem( $id, mixed $authentication) : \InvoiceItem
Retrieve a Simplify_InvoiceItem object from the API
$id | ||
mixed | $authentication |
|
a InvoiceItem object
updateInvoiceItem(mixed $authentication) : \InvoiceItem
Updates an Simplify_InvoiceItem object.
The properties that can be updated:
mixed | $authentication |
|
a InvoiceItem object.