Table of Contents

Class InvitationMonitorBatchStatus

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

Represents the status of an invitation batch

public class InvitationMonitorBatchStatus : InvitationMonitorStatusBase
Inheritance
InvitationMonitorBatchStatus
Inherited Members

Properties

BatchName

Name of the Batch

[JsonProperty("BatchName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string BatchName { get; set; }

Property Value

string

ScheduledFor

Date and time of when the batch has been scheduled for

[JsonProperty("ScheduledFor", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset ScheduledFor { get; set; }

Property Value

DateTimeOffset

Status

Batch status

[JsonProperty("Status", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Status { get; set; }

Property Value

string