Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 582 Bytes

File metadata and controls

20 lines (14 loc) · 582 Bytes

EzmaxApi::EzsigndocumentCreateElementV3Response

Properties

Name Type Description Notes
pki_ezsigndocument_id Integer The unique ID of the Ezsigndocument
a_obj_matchingtemplate Array<EzsigndocumentMatchingtemplateV3Response> An array of possibly matching template.

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzsigndocumentCreateElementV3Response.new(
  pki_ezsigndocument_id: 97,
  a_obj_matchingtemplate: null
)