$properties
$properties
Base class for all domain objects.
createTax(array $hash, mixed $authentication) : \Tax
Creates an Simplify_Tax object
array | $hash | a map of parameters; valid keys are:
|
mixed | $authentication |
|
a Tax object.
deleteTax(mixed $authentication)
Deletes an Simplify_Tax object.
mixed | $authentication |
|
listTax( $criteria, mixed $authentication) : \ResourceList
Retrieve Simplify_Tax objects.
$criteria | ||
mixed | $authentication |
|
a ResourceList object that holds the list of Tax objects and the total number of Tax objects available for the given criteria.
findTax( $id, mixed $authentication) : \Tax
Retrieve a Simplify_Tax object from the API
$id | ||
mixed | $authentication |
|
a Tax object