SignMemberDto Data Type

A DTO class for a Signature procedure member

Subtypes
SignMemberRequestDto
Implemented Interfaces
Serializable
Properties
name data type description
firstname string Gets the firstname.
lastname string Gets the lastname.
email string Gets the email.
phone string Gets the phone.
user string
internal boolean
id string

Example

{
  "firstname" : "...",
  "lastname" : "...",
  "email" : "...",
  "phone" : "...",
  "user" : "...",
  "internal" : true,
  "id" : "..."
}