View Source Yousign.DocumentInput (yousign_ex v0.2.3)

Link to this section Summary

Functions

Input required to create a new document

Link to this section Types

@type t() :: %Yousign.DocumentInput{
  file: any(),
  initials: any(),
  nature: Yousign.Document.document_nature(),
  parse_anchors: boolean() | nil,
  password: String.t() | nil
}

Link to this section Functions

Link to this function

%Yousign.DocumentInput{}

View Source (struct)

Input required to create a new document