Class Subscription

Subscription class

Object contains information about subscription together with the associated webhook.

public class Subscription

Constructors

NameDescription
Subscription()The default constructor.

Properties

NameDescription
ContentType { get; set; }Subscription content type
Status { get; set; }Status of subscription
Webhook { get; set; }Associated webhooks

See Also