Table of Contents

Class InvitationBatchStatus

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

Status of the sending of the invitation to a respondent

public class InvitationBatchStatus
Inheritance
InvitationBatchStatus
Inherited Members

Properties

RespondentKey

Respondent key

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

Property Value

string

Status

Status of the invitation

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

Property Value

string