DTO encapsulating a webhook (for server-server notification) inputs for a signature procedure event.
name | data type | description |
---|---|---|
method | string | Gets the method. |
headers | map of string | Gets the headers. |
url | string | Gets the url. |
Example
{ "method" : "...", "headers" : { "property1" : "...", "property2" : "..." }, "url" : "..." }