ISubscriber Interface

Definition

[System.ComponentModel.TypeConverter(typeof(ADT.Models.SubscriberTypeConverter))]
public interface ISubscriber : ADT.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.SubscriberTypeConverter))>]
type ISubscriber = interface
    interface IJsonSerializable
Public Interface ISubscriber
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Email

Email of the subscriber

Notification

Number specifying what notifications to receive

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to