|
| AccountSignature (string AdoptedDateTime=default(string), string CreatedDateTime=default(string), string CustomField=default(string), DateStampProperties DateStampProperties=default(DateStampProperties), string DisallowUserResizeStamp=default(string), ErrorDetails ErrorDetails=default(ErrorDetails), string ExternalID=default(string), string ImageBase64=default(string), string ImageType=default(string), string Initials150ImageId=default(string), string InitialsImageUri=default(string), string IsDefault=default(string), string LastModifiedDateTime=default(string), string NrdsId=default(string), string NrdsLastName=default(string), string NrdsStatus=default(string), string PhoneticName=default(string), string Signature150ImageId=default(string), string SignatureFont=default(string), List< SignatureGroup > SignatureGroups=default(List< SignatureGroup >), string SignatureId=default(string), string SignatureImageUri=default(string), string SignatureInitials=default(string), string SignatureName=default(string), string SignatureRights=default(string), string SignatureType=default(string), List< SignatureUser > SignatureUsers=default(List< SignatureUser >), string StampFormat=default(string), string StampImageUri=default(string), string StampSizeMM=default(string), string StampType=default(string), string Status=default(string)) |
| Initializes a new instance of the AccountSignature 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 (AccountSignature other) |
| Returns true if AccountSignature instances are equal More...
|
|
override int | GetHashCode () |
| Gets the hash code More...
|
|
IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
|
|
string | AdoptedDateTime [get, set] |
| Gets or Sets AdoptedDateTime More...
|
|
string | CreatedDateTime [get, set] |
| Indicates the date and time the item was created. More...
|
|
string | CustomField [get, set] |
| Gets or Sets CustomField More...
|
|
DateStampProperties | DateStampProperties [get, set] |
| Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area. This property contains the following information about the central rectangle: - `DateAreaX`: The X axis position of the top-left corner. - `DateAreaY`: The Y axis position of the top-left corner. - `DateAreaWidth`: The width of the rectangle. - `DateAreaHeight`: The height of the rectangle. More...
|
|
string | DisallowUserResizeStamp [get, set] |
| Gets or Sets DisallowUserResizeStamp More...
|
|
ErrorDetails | ErrorDetails [get, set] |
| Array or errors. More...
|
|
string | ExternalID [get, set] |
| Gets or Sets ExternalID More...
|
|
string | ImageBase64 [get, set] |
| Gets or Sets ImageBase64 More...
|
|
string | ImageType [get, set] |
| Gets or Sets ImageType More...
|
|
string | Initials150ImageId [get, set] |
| Gets or Sets Initials150ImageId More...
|
|
string | InitialsImageUri [get, set] |
| Contains the URI for an endpoint that you can use to retrieve the initials image. More...
|
|
string | IsDefault [get, set] |
| Gets or Sets IsDefault More...
|
|
string | LastModifiedDateTime [get, set] |
| The date and time the item was last modified. More...
|
|
string | NrdsId [get, set] |
| Gets or Sets NrdsId More...
|
|
string | NrdsLastName [get, set] |
| Gets or Sets NrdsLastName More...
|
|
string | NrdsStatus [get, set] |
| Gets or Sets NrdsStatus More...
|
|
string | PhoneticName [get, set] |
| Gets or Sets PhoneticName More...
|
|
string | Signature150ImageId [get, set] |
| Gets or Sets Signature150ImageId More...
|
|
string | SignatureFont [get, set] |
| Gets or Sets SignatureFont More...
|
|
List< SignatureGroup > | SignatureGroups [get, set] |
| Gets or Sets SignatureGroups More...
|
|
string | SignatureId [get, set] |
| Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the `signatureName` property in the body is used. This allows the use of special characters (such as "&", "<", ">") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID. More...
|
|
string | SignatureImageUri [get, set] |
| Contains the URI for an endpoint that you can use to retrieve the signature image. More...
|
|
string | SignatureInitials [get, set] |
| Gets or Sets SignatureInitials More...
|
|
string | SignatureName [get, set] |
| Specifies the user signature name. More...
|
|
string | SignatureRights [get, set] |
| Gets or Sets SignatureRights More...
|
|
string | SignatureType [get, set] |
| Gets or Sets SignatureType More...
|
|
List< SignatureUser > | SignatureUsers [get, set] |
| Gets or Sets SignatureUsers More...
|
|
string | StampFormat [get, set] |
| Gets or Sets StampFormat More...
|
|
string | StampImageUri [get, set] |
| Gets or Sets StampImageUri More...
|
|
string | StampSizeMM [get, set] |
| Gets or Sets StampSizeMM More...
|
|
string | StampType [get, set] |
| Gets or Sets StampType 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 DocuSign.eSign.Model.AccountSignature.SignatureId |
|
getset |
Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the `signatureName` property in the body is used. This allows the use of special characters (such as "&", "<", ">") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID.
Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the `signatureName` property in the body is used. This allows the use of special characters (such as "&", "<", ">") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID.