Class AccessCodeDetails
The access code model.
Inheritance
System.Object
AccessCodeDetails
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class AccessCodeDetails : object
Constructors
| Improve this Doc View SourceAccessCodeDetails(String, String, PhoneNumber)
Initializes a new instance of the AccessCodeDetails class.
Declaration
public AccessCodeDetails(string accessCode = null, string onBehalfOf = null, PhoneNumber phoneNumber = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | accessCode | Gets or sets the access code. (required). |
System.String | onBehalfOf | The on behalfof email. |
PhoneNumber | phoneNumber | Gets or sets 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 or sets the access code. |
OnBehalfOf
Gets or sets the on behalf of email.
Declaration
public string OnBehalfOf { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PhoneNumber
Gets or sets the on behalf of email.
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 |