DocuSign v0.2.4 DocuSign.Model.Page View Source

Description of a page of a document.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %DocuSign.Model.Page{
  dpi: String.t(),
  errorDetails: ErrorDetails,
  height: String.t(),
  imageBytes: String.t(),
  mimeType: String.t(),
  pageId: String.t(),
  sequence: String.t(),
  width: String.t()
}