Class CallbackStatusWebhook
CallbackStatusWebhook
[DataContract]
public class CallbackStatusWebhook
- Inheritance
-
CallbackStatusWebhook
- Inherited Members
Properties
HttpServer
The webhook receiver used for the callback webhook
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "httpServer")]
public CallbackStatusWebhookHttpServer HttpServer { get; set; }
Property Value
PayloadTemplate
The payload template of the webhook used for the callback
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "payloadTemplate")]
public CallbackStatusWebhookPayloadTemplate PayloadTemplate { get; set; }
Property Value
SentAt
The timestamp the callback was sent to the webhook receiver
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "sentAt")]
public string SentAt { get; set; }
Property Value
Url
The webhook receiver URL where the callback will be sent
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }