Class EnrollmentEvent
ID: "0"
This event occurs any time a new customer or Associate is enrolled.
Inheritance
System.Object
EnrollmentEvent
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class EnrollmentEvent : EventBase
Constructors
EnrollmentEvent()
Declaration
Properties
DistributorCountry
Declaration
public string DistributorCountry { get; set; }
Property Value
Type |
Description |
System.String |
|
DistributorId
Declaration
public string DistributorId { get; set; }
Property Value
Type |
Description |
System.String |
|
DistributorStatus
Declaration
public string DistributorStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
DistributorType
Declaration
public string DistributorType { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollmentDateUtc
Declaration
public DateTime EnrollmentDateUtc { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public string SponsorId { get; set; }
Property Value
Type |
Description |
System.String |
|