DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.RecipientAdditionalNotification Class Reference

Describes an additional notification method. More...

Inheritance diagram for DocuSign.eSign.Model.RecipientAdditionalNotification:

Public Member Functions

 RecipientAdditionalNotification (RecipientPhoneNumber PhoneNumber=default(RecipientPhoneNumber), string SecondaryDeliveryMethod=default(string), PropertyMetadata SecondaryDeliveryMethodMetadata=default(PropertyMetadata), string SecondaryDeliveryStatus=default(string))
 Initializes a new instance of the RecipientAdditionalNotification class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (RecipientAdditionalNotification other)
 Returns true if RecipientAdditionalNotification instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

RecipientPhoneNumber PhoneNumber [get, set]
 The phone number to receive the additional notifcation. More...
 
string SecondaryDeliveryMethod [get, set]
 Gets or Sets SecondaryDeliveryMethod More...
 
PropertyMetadata SecondaryDeliveryMethodMetadata [get, set]
 Metadata about the delivery method. More...
 
string SecondaryDeliveryStatus [get, set]
 Gets or Sets SecondaryDeliveryStatus More...
 

Detailed Description

Describes an additional notification method.

Constructor & Destructor Documentation

◆ RecipientAdditionalNotification()

DocuSign.eSign.Model.RecipientAdditionalNotification.RecipientAdditionalNotification ( RecipientPhoneNumber  PhoneNumber = default(RecipientPhoneNumber),
string  SecondaryDeliveryMethod = default(string),
PropertyMetadata  SecondaryDeliveryMethodMetadata = default(PropertyMetadata),
string  SecondaryDeliveryStatus = default(string) 
)
inline

Initializes a new instance of the RecipientAdditionalNotification class.

Parameters
PhoneNumberThe phone number to receive the additional notifcation..
SecondaryDeliveryMethodSecondaryDeliveryMethod.
SecondaryDeliveryMethodMetadataMetadata about the delivery method..
SecondaryDeliveryStatusSecondaryDeliveryStatus.

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.RecipientAdditionalNotification.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.RecipientAdditionalNotification.Equals ( RecipientAdditionalNotification  other)
inline

Returns true if RecipientAdditionalNotification instances are equal

Parameters
otherInstance of RecipientAdditionalNotification to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.RecipientAdditionalNotification.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.RecipientAdditionalNotification.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.RecipientAdditionalNotification.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ PhoneNumber

RecipientPhoneNumber DocuSign.eSign.Model.RecipientAdditionalNotification.PhoneNumber
getset

The phone number to receive the additional notifcation.

The phone number to receive the additional notifcation.

◆ SecondaryDeliveryMethod

string DocuSign.eSign.Model.RecipientAdditionalNotification.SecondaryDeliveryMethod
getset

Gets or Sets SecondaryDeliveryMethod

◆ SecondaryDeliveryMethodMetadata

PropertyMetadata DocuSign.eSign.Model.RecipientAdditionalNotification.SecondaryDeliveryMethodMetadata
getset

Metadata about the delivery method.

Metadata about the delivery method.

◆ SecondaryDeliveryStatus

string DocuSign.eSign.Model.RecipientAdditionalNotification.SecondaryDeliveryStatus
getset

Gets or Sets SecondaryDeliveryStatus


The documentation for this class was generated from the following file: