Table of Contents

Class AccessCodeDetails

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The access code model.

[DataContract]
public class AccessCodeDetails
Inheritance
AccessCodeDetails
Inherited Members

Constructors

AccessCodeDetails(string, string, PhoneNumber)

Initializes a new instance of the AccessCodeDetails class.

public AccessCodeDetails(string accessCode = null, string onBehalfOf = null, PhoneNumber phoneNumber = null)

Parameters

accessCode string

Gets or sets the access code. (required).

onBehalfOf string

The on behalfof email.

phoneNumber PhoneNumber

Gets or sets the phone number.

Properties

AccessCode

Gets or sets the access code.

[DataMember(Name = "accessCode", EmitDefaultValue = true)]
public string AccessCode { get; set; }

Property Value

string

Gets or sets the 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

Methods

ToJson()

Returns the JSON string presentation of the object

public virtual string ToJson()

Returns

string

JSON string presentation of the object