Table of Contents

Class RemoveAuthentication

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

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 string

The User Service.

zorder int?

The emailHandler.

onBehalfOf string

The on behalfof email.

phoneNumber PhoneNumber

The 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

string

PhoneNumber

Gets or sets the on behalf of email.

[DataMember(Name = "phoneNumber", EmitDefaultValue = true)]
public PhoneNumber PhoneNumber { get; set; }

Property Value

PhoneNumber

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.