Class InvitationBatchStatus
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
Status
Status of the invitation
[JsonProperty("Status", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Status { get; set; }