A DTO class for a Signature procedure member
name | data type | description |
---|---|---|
firstname | string | Gets the firstname. |
lastname | string | Gets the lastname. |
string | Gets the email. | |
phone | string | Gets the phone. |
user | string | |
internal | boolean | |
id | string |
Example
{ "firstname" : "...", "lastname" : "...", "email" : "...", "phone" : "...", "user" : "...", "internal" : true, "id" : "..." }