$properties
$properties
Base class for all domain objects.
createPlan(array $hash, mixed $authentication) : \Plan
Creates an Simplify_Plan object
array | $hash | a map of parameters; valid keys are:
|
mixed | $authentication |
|
a Plan object.
deletePlan(mixed $authentication)
Deletes an Simplify_Plan object.
mixed | $authentication |
|
listPlan( $criteria, mixed $authentication) : \ResourceList
Retrieve Simplify_Plan objects.
$criteria | ||
mixed | $authentication |
|
a ResourceList object that holds the list of Plan objects and the total number of Plan objects available for the given criteria.
findPlan( $id, mixed $authentication) : \Plan
Retrieve a Simplify_Plan object from the API
$id | ||
mixed | $authentication |
|
a Plan object
updatePlan(mixed $authentication) : \Plan
Updates an Simplify_Plan object.
The properties that can be updated:
mixed | $authentication |
|
a Plan object.