Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 735 Bytes

DefaultOfWebhookResponse.md

File metadata and controls

11 lines (8 loc) · 735 Bytes

OriginStamp.Client.Model.DefaultOfWebhookResponse

Properties

Name Type Description Notes
Data WebhookResponse Generic response object which contains the response data, e.g. timestamp information. [optional]
ErrorCode int? Contains the error of the request. If the error code is 0, everything is fine. [optional]
ErrorMessage string Contains the error message, that possibly occurred. If it is empty, everything is fine. [optional]

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