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

A complex element that specifies notifications (expirations and reminders) for the envelope. More...

Inheritance diagram for DocuSign.eSign.Model.AccountNotification:

Public Member Functions

 AccountNotification (Expirations Expirations=default(Expirations), Reminders Reminders=default(Reminders), string UserOverrideEnabled=default(string))
 Initializes a new instance of the AccountNotification 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 (AccountNotification other)
 Returns true if AccountNotification instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

Expirations Expirations [get, set]
 A complex element that specifies the expiration settings for the envelope. More...
 
Reminders Reminders [get, set]
 A complex element that specifies reminder settings for the envelope. More...
 
string UserOverrideEnabled [get, set]
 Gets or Sets UserOverrideEnabled More...
 

Detailed Description

A complex element that specifies notifications (expirations and reminders) for the envelope.

Constructor & Destructor Documentation

◆ AccountNotification()

DocuSign.eSign.Model.AccountNotification.AccountNotification ( Expirations  Expirations = default(Expirations),
Reminders  Reminders = default(Reminders),
string  UserOverrideEnabled = default(string) 
)
inline

Initializes a new instance of the AccountNotification class.

Parameters
ExpirationsA complex element that specifies the expiration settings for the envelope..
RemindersA complex element that specifies reminder settings for the envelope..
UserOverrideEnabledUserOverrideEnabled.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if AccountNotification instances are equal

Parameters
otherInstance of AccountNotification to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Expirations

Expirations DocuSign.eSign.Model.AccountNotification.Expirations
getset

A complex element that specifies the expiration settings for the envelope.

A complex element that specifies the expiration settings for the envelope.

◆ Reminders

Reminders DocuSign.eSign.Model.AccountNotification.Reminders
getset

A complex element that specifies reminder settings for the envelope.

A complex element that specifies reminder settings for the envelope.

◆ UserOverrideEnabled

string DocuSign.eSign.Model.AccountNotification.UserOverrideEnabled
getset

Gets or Sets UserOverrideEnabled


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