$properties
$properties
Base class for all domain objects.
createSubscription(array $hash, mixed $authentication) : \Subscription
Creates an Simplify_Subscription object
array | $hash | a map of parameters; valid keys are:
|
mixed | $authentication |
|
a Subscription object.
deleteSubscription(mixed $authentication)
Deletes an Simplify_Subscription object.
mixed | $authentication |
|
listSubscription( $criteria, mixed $authentication) : \ResourceList
Retrieve Simplify_Subscription objects.
$criteria | ||
mixed | $authentication |
|
a ResourceList object that holds the list of Subscription objects and the total number of Subscription objects available for the given criteria.
findSubscription( $id, mixed $authentication) : \Subscription
Retrieve a Simplify_Subscription object from the API
$id | ||
mixed | $authentication |
|
a Subscription object
updateSubscription(mixed $authentication) : \Subscription
Updates an Simplify_Subscription object.
The properties that can be updated:
mixed | $authentication |
|
a Subscription object.