SignFileResponseDto Data Type

DTO Class for a File informations : response from Yousign document.

Implemented Interfaces
Serializable
Properties
name data type description
actionStatus ActionStatus Gets the action status.
id string Gets the id.
name string Gets the name.
description string Gets the description.
content string Gets the content.

Example

{
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  },
  "id" : "...",
  "name" : "...",
  "description" : "...",
  "content" : "..."
}