Class AccessCodeDetails
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
stringGets or sets the access code. (required).
onBehalfOf
stringThe on behalfof email.
phoneNumber
PhoneNumberGets 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
PhoneNumber
Gets or sets the on behalf of email.
[DataMember(Name = "phoneNumber", EmitDefaultValue = true)]
public PhoneNumber PhoneNumber { get; set; }
Property Value
Methods
ToJson()
Returns the JSON string presentation of the object
public virtual string ToJson()
Returns
- string
JSON string presentation of the object