Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.35 KB

CustomEzsignfolderezsigntemplatepublicResponse.md

File metadata and controls

30 lines (24 loc) · 1.35 KB

EzmaxApi::CustomEzsignfolderezsigntemplatepublicResponse

Properties

Name Type Description Notes
pki_ezsignfolder_id Integer The unique ID of the Ezsignfolder
s_ezsignfolder_description String The description of the Ezsignfolder
e_ezsignfolder_step FieldEEzsignfolderStep
i_ezsignfolder_signaturetotal Integer The number of total signatures that were requested in the Ezsignfolder
i_ezsignfolder_formfieldtotal Integer The number of total form fields that were requested in the Ezsignfolder
i_ezsignfolder_signaturesigned Integer The number of signatures that were signed in the Ezsignfolder.
a_obj_ezsignfolderezsigntemplatepublic_signer Array<CustomEzsignfolderezsigntemplatepublicSignerResponse> [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::CustomEzsignfolderezsigntemplatepublicResponse.new(
  pki_ezsignfolder_id: 33,
  s_ezsignfolder_description: Test eZsign Folder,
  e_ezsignfolder_step: null,
  i_ezsignfolder_signaturetotal: 4,
  i_ezsignfolder_formfieldtotal: 4,
  i_ezsignfolder_signaturesigned: 3,
  a_obj_ezsignfolderezsigntemplatepublic_signer: null
)