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

WebHookResponse

Model getters

Method name Return type Description Notes
getCode() float HTTP Status
Example: 500
[optional]
getData() string Response from the server
Example: Internal server error
[optional]
getNetworkError() bool Flag indicating whether an error has been caused by the network
Example: false