Class WebhookConstants
The Webhook constants.
public static class WebhookConstants
- Inheritance
-
WebhookConstants
- Inherited Members
Fields
Document
The document object type.
public const string Document = "document"
Field Value
IdentityVerification
The identity verification object type.
public const string IdentityVerification = "identityVerification"
Field Value
ObjectType
The object type.
public const string ObjectType = "object"
Field Value
SenderIdentity
The sender identity object type.
public const string SenderIdentity = "senderIdentity"
Field Value
Template
The template object type.
public const string Template = "template"