View Source Yousign.Document (yousign_ex v0.2.3)

Link to this section Summary

Functions

Models a document to be signed

Link to this section Types

@type document_nature() :: :attachment | :signable_document
@type intials() :: %{alignement: :left | :center | :right, y: non_neg_integer()}
@type t() :: %Yousign.Document{
  content_type: String.t(),
  created_at: DateTime.t(),
  filename: String.t(),
  id: String.t(),
  initials: intials(),
  is_locked: boolean(),
  is_protected: boolean(),
  is_signed: boolean(),
  nature: document_nature(),
  sha256: String.t(),
  total_anchors: non_neg_integer(),
  total_pages: non_neg_integer()
}

Link to this section Functions

Link to this function

%Yousign.Document{}

View Source (struct)

Models a document to be signed