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

LinkedExternalPrimaryAccount More...

Inheritance diagram for DocuSign.eSign.Model.LinkedExternalPrimaryAccount:

Public Member Functions

 LinkedExternalPrimaryAccount (string AccountName=default(string), string ConfigurationId=default(string), string Email=default(string), string LinkId=default(string), string PdfFieldHandlingOption=default(string), ExternalPrimaryAccountRecipientAuthRequirements RecipientAuthRequirements=default(ExternalPrimaryAccountRecipientAuthRequirements), string Status=default(string), string UserId=default(string))
 Initializes a new instance of the LinkedExternalPrimaryAccount 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 (LinkedExternalPrimaryAccount other)
 Returns true if LinkedExternalPrimaryAccount instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AccountName [get, set]
 Gets or Sets AccountName More...
 
string ConfigurationId [get, set]
 Gets or Sets ConfigurationId More...
 
string Email [get, set]
 Gets or Sets Email More...
 
string LinkId [get, set]
 Gets or Sets LinkId More...
 
string PdfFieldHandlingOption [get, set]
 Gets or Sets PdfFieldHandlingOption More...
 
ExternalPrimaryAccountRecipientAuthRequirements RecipientAuthRequirements [get, set]
 Gets or Sets RecipientAuthRequirements More...
 
string Status [get, set]
 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. More...
 
string UserId [get, set]
 Gets or Sets UserId More...
 

Detailed Description

LinkedExternalPrimaryAccount

Constructor & Destructor Documentation

◆ LinkedExternalPrimaryAccount()

DocuSign.eSign.Model.LinkedExternalPrimaryAccount.LinkedExternalPrimaryAccount ( string  AccountName = default(string),
string  ConfigurationId = default(string),
string  Email = default(string),
string  LinkId = default(string),
string  PdfFieldHandlingOption = default(string),
ExternalPrimaryAccountRecipientAuthRequirements  RecipientAuthRequirements = default(ExternalPrimaryAccountRecipientAuthRequirements),
string  Status = default(string),
string  UserId = default(string) 
)
inline

Initializes a new instance of the LinkedExternalPrimaryAccount class.

Parameters
AccountNameAccountName.
ConfigurationIdConfigurationId.
EmailEmail.
LinkIdLinkId.
PdfFieldHandlingOptionPdfFieldHandlingOption.
RecipientAuthRequirementsRecipientAuthRequirements.
StatusIndicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later..
UserIdUserId.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if LinkedExternalPrimaryAccount instances are equal

Parameters
otherInstance of LinkedExternalPrimaryAccount to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AccountName

string DocuSign.eSign.Model.LinkedExternalPrimaryAccount.AccountName
getset

Gets or Sets AccountName

◆ ConfigurationId

string DocuSign.eSign.Model.LinkedExternalPrimaryAccount.ConfigurationId
getset

Gets or Sets ConfigurationId

◆ Email

string DocuSign.eSign.Model.LinkedExternalPrimaryAccount.Email
getset

Gets or Sets Email

◆ LinkId

string DocuSign.eSign.Model.LinkedExternalPrimaryAccount.LinkId
getset

Gets or Sets LinkId

◆ PdfFieldHandlingOption

string DocuSign.eSign.Model.LinkedExternalPrimaryAccount.PdfFieldHandlingOption
getset

Gets or Sets PdfFieldHandlingOption

◆ RecipientAuthRequirements

ExternalPrimaryAccountRecipientAuthRequirements DocuSign.eSign.Model.LinkedExternalPrimaryAccount.RecipientAuthRequirements
getset

Gets or Sets RecipientAuthRequirements

◆ Status

string DocuSign.eSign.Model.LinkedExternalPrimaryAccount.Status
getset

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.

◆ UserId

string DocuSign.eSign.Model.LinkedExternalPrimaryAccount.UserId
getset

Gets or Sets UserId


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