TemplateRoleApiResponse
Properties
| Name |
Type |
Description |
Notes |
| name |
String |
The unique role name within the template (e.g., "Buyer", "Witness"). |
[default to null] |
| type |
String |
The signer type (e.g., "Signer", "CarbonCopy", "InPerson"). |
[default to null] |
| routingOrder |
Integer |
The signing order position (1-based). Lower numbers sign first when signing order is enforced. |
[default to null] |
| defaultAuthMethod |
String |
The default authentication method for signers mapped to this role. |
[default to null] |
| requiredAuthMethods |
List |
Authentication methods that the signer must complete before signing, or null if none required. |
[default to null] |
| annotationCount |
Integer |
The number of annotations currently assigned to this role across all template documents. |
[default to null] |
| paymentAmount |
Double |
Payment amount charged to the signer mapped to this role. |
[optional] [default to null] |
| paymentDescription |
String |
Description shown to the signer for the payment charge. |
[optional] [default to null] |
| paymentTaxCodeId |
String |
|
[optional] [default to null] |
| maxKbaAttempts |
Integer |
Maximum number of KBA quiz attempts allowed for this role. |
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]