SignFileObjectRequestDto Data Type

DTO Class for a File Object for a Yousign object document.

Implemented Interfaces
Serializable
Properties
name data type description
position string
page number
file string

Example

{
  "position" : "...",
  "page" : 12345,
  "file" : "..."
}