Class AddAuthenticationAccessCodeDetails
The access code model.
Inheritance
System.Object
AddAuthenticationAccessCodeDetails
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class AddAuthenticationAccessCodeDetails : object
Constructors
| Improve this Doc View SourceAddAuthenticationAccessCodeDetails(String, Nullable<Int32>, String, AuthenticationType, String, PhoneNumber)
Initializes a new instance of the AddAuthenticationAccessCodeDetails class.
Declaration
public AddAuthenticationAccessCodeDetails(string emailId, int? order, string accessCode = "", AuthenticationType authenticationType = (AuthenticationType)0, string onBehalfOf = null, PhoneNumber phoneNumber = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | emailId | Gets or sets the emailId. |
System.Nullable<System.Int32> | order | Gets or sets the zOrder. |
System.String | accessCode | Gets or sets the access code. |
AuthenticationType | authenticationType | Gets or sets the authentication type. |
System.String | onBehalfOf | The on behalf of email. |
PhoneNumber | phoneNumber | The phone number. |
Properties
| Improve this Doc View SourceAccessCode
Gets or sets the access code.
Declaration
public string AccessCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the value of access code. |
AuthenticationType
Gets or sets the authenticationType.
Declaration
public AuthenticationType AuthenticationType { get; set; }
Property Value
Type | Description |
---|---|
AuthenticationType |
EmailId
Gets or sets the signer email.
Declaration
public string EmailId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OnBehalfOf
Gets or sets the on behalf of email.
Declaration
public string OnBehalfOf { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Order
Gets or sets the ZOrder.
Declaration
public int? Order { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PhoneNumber
Gets or sets the phone number.
Declaration
public PhoneNumber PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
PhoneNumber |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object.
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object. |