Skip to main content Link Menu Expand (external link) Document Search Copy Copied

WebHook

Model getters

Method name Return type Description Notes
getType() string Type of the subscription.
Example: ACCOUNT_BALANCE_LIMIT
 
getId() string ID of the WebHook
Example: 7c21ed165e294db78b95f0f1
 
getSubscriptionId() string ID of the subscription
Example: 7c21ed165e294db78b95f0f1
 
getUrl() string ID of the subscription
Example: http://some-host.net/webhook
 
getData() object Data of webhook
Example: null
 
getNextTime() float Next webhook execution try time
Example: 1653320900353
[optional]
getTimestamp() float Webhook execution time
Example: 1653320900353
[optional]
getRetryCount() float Number
Example: 3
[optional]
getFailed() bool Flag indicating whether this webhook was successful or not
Example: false
 
getResponse() \Tatum\Model\WebHookResponse
Example: null