boldsign
Version:
NodeJS client for boldsign
39 lines (33 loc) • 2.93 kB
Markdown
# # DocumentSignerDetails
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
| `id` | ```string``` | | |
| `signerName` | ```string``` | | |
| `signerRole` | ```string``` | | |
| `signerEmail` | ```string``` | | |
| `status` | ```string``` | | |
| `enableAccessCode` | ```boolean``` | | |
| `isAuthenticationFailed` | ```boolean``` | | [default to false] |
| `enableEmailOTP` | ```boolean``` | | |
| `authenticationType` | ```string``` | | |
| `isDeliveryFailed` | ```boolean``` | | [default to false] |
| `isViewed` | ```boolean``` | | [default to false] |
| `order` | ```number``` | | [default to 0] |
| `signerType` | ```string``` | | [default to SignerTypeEnum.Signer] |
| `hostEmail` | ```string``` | | |
| `hostName` | ```string``` | | |
| `isReassigned` | ```boolean``` | | |
| `privateMessage` | ```string``` | | |
| `allowFieldConfiguration` | ```boolean``` | | |
| `formFields` | [```Array<DocumentFormFields>```](DocumentFormFields.md) | | |
| `language` | ```number``` | <p>Description:</p><ul><li><i>0</i> - None</li><li><i>1</i> - English</li><li><i>2</i> - Spanish</li><li><i>3</i> - German</li><li><i>4</i> - French</li><li><i>5</i> - Romanian</li><li><i>6</i> - Norwegian</li><li><i>7</i> - Bulgarian</li><li><i>8</i> - Italian</li><li><i>9</i> - Danish</li><li><i>10</i> - Polish</li><li><i>11</i> - Portuguese</li><li><i>12</i> - Czech</li><li><i>13</i> - Dutch</li><li><i>14</i> - Swedish</li><li><i>15</i> - Russian</li><li><i>16</i> - Japanese</li><li><i>17</i> - Thai</li><li><i>18</i> - SimplifiedChinese</li><li><i>19</i> - TraditionalChinese</li><li><i>20</i> - Korean</li></ul> | |
| `locale` | ```string``` | | |
| `phoneNumber` | [```PhoneNumber```](PhoneNumber.md) | | |
| `idVerification` | [```IdVerificationDetails```](IdVerificationDetails.md) | | |
| `recipientNotificationSettings` | [```RecipientNotificationSettings```](RecipientNotificationSettings.md) | | |
| `authenticationRetryCount` | ```number``` | | |
| `enableQes` | ```boolean``` | | |
| `deliveryMode` | ```string``` | | |
| `authenticationSettings` | [```SignerAuthenticationSettings```](SignerAuthenticationSettings.md) | | |
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)