Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.08 KB

File metadata and controls

28 lines (22 loc) · 1.08 KB

EzmaxApi::CustomEzsignimportdocumentResponse

Properties

Name Type Description Notes
pki_ezsignimportdocument_id Integer The unique ID of the Ezsignimportdocument
s_ezsignimportdocument_name String The name of the Ezsignimportdocument
fki_ezsigntemplateglobal_id Integer The unique ID of the Ezsigntemplateglobal [optional]
s_ezsigntemplateglobal_description String The description of the Ezsigntemplate [optional]
fki_ezsignfolder_id Integer The unique ID of the Ezsignfolder [optional]
s_ezsignfolder_description String The description of the Ezsignfolder [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::CustomEzsignimportdocumentResponse.new(
  pki_ezsignimportdocument_id: 40,
  s_ezsignimportdocument_name: Promesse d'achat (PA),
  fki_ezsigntemplateglobal_id: 36,
  s_ezsigntemplateglobal_description: Standard Contract,
  fki_ezsignfolder_id: 33,
  s_ezsignfolder_description: Test eZsign Folder
)