Signer

Overview

The Signer schema contains the signer identifier (SignerID), a description as a string, and SignaturePoints object.

{
id	string
nullable: true
Gets or Sets Id

description	string
nullable: true
Gets or Sets Description

signaturePoints	SignaturePoints{...}
signerEmail	string
nullable: true
Gets or Sets SignerEmail

}