Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.24 KB

WebhookListElement.md

File metadata and controls

24 lines (19 loc) · 1.24 KB

EzmaxApi::Object::WebhookListElement

Load the model package

use EzmaxApi::Object::WebhookListElement;

Properties

Name Type Description Notes
pki_webhook_id int The unique ID of the Webhook
s_webhook_description string The description of the Webhook
s_webhook_url string The URL of the Webhook callback
s_webhook_event string The concatenated string to describe the Webhook event
s_webhook_emailfailed string The email that will receive the Webhook in case all attempts fail
e_webhook_module FieldEWebhookModule
e_webhook_ezsignevent FieldEWebhookEzsignevent [optional]
e_webhook_managementevent FieldEWebhookManagementevent [optional]
b_webhook_isactive boolean Whether the Webhook is active or not
b_webhook_issigned boolean Whether the requests will be signed or not

[Back to Model list] [Back to API list] [Back to README]