$properties
$properties
Base class for all domain objects.
createWebhook(array $hash, mixed $authentication) : \Webhook
Creates an Simplify_Webhook object
array | $hash | a map of parameters; valid keys are:
|
mixed | $authentication |
|
a Webhook object.
deleteWebhook(mixed $authentication)
Deletes an Simplify_Webhook object.
mixed | $authentication |
|
listWebhook( $criteria, mixed $authentication) : \ResourceList
Retrieve Simplify_Webhook objects.
$criteria | ||
mixed | $authentication |
|
a ResourceList object that holds the list of Webhook objects and the total number of Webhook objects available for the given criteria.
findWebhook( $id, mixed $authentication) : \Webhook
Retrieve a Simplify_Webhook object from the API
$id | ||
mixed | $authentication |
|
a Webhook object
updateWebhook(mixed $authentication) : \Webhook
Updates an Simplify_Webhook object.
The properties that can be updated:
mixed | $authentication |
|
a Webhook object.