Class RemoveAuthentication
The remove Authentication model.
[DataContract]
public class RemoveAuthentication
- Inheritance
-
RemoveAuthentication
- Inherited Members
Constructors
RemoveAuthentication(string, int?, string, PhoneNumber)
Initializes a new instance of the RemoveAuthentication class.
public RemoveAuthentication(string emailId, int? zorder, string onBehalfOf = null, PhoneNumber phoneNumber = null)
Parameters
emailId
stringThe User Service.
zorder
int?The emailHandler.
onBehalfOf
stringThe on behalfof email.
phoneNumber
PhoneNumberThe phone number.
Properties
EmailId
Gets or sets the access code.
[DataMember(Name = "emailId", EmitDefaultValue = true)]
public string EmailId { get; set; }
Property Value
- string
Gets the value of access code.
OnBehalfOf
Gets or sets the on behalf of email.
[DataMember(Name = "onBehalfOf", EmitDefaultValue = true)]
public string OnBehalfOf { get; set; }
Property Value
PhoneNumber
Gets or sets the on behalf of email.
[DataMember(Name = "phoneNumber", EmitDefaultValue = true)]
public PhoneNumber PhoneNumber { get; set; }
Property Value
ZOrder
Gets or sets the access code.
[DataMember(Name = "zorder", EmitDefaultValue = true)]
public int? ZOrder { get; set; }
Property Value
- int?
Gets the value of access code.