Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 617 Bytes

File metadata and controls

20 lines (14 loc) · 617 Bytes

EzmaxApi::EzsigndocumentGetActionableElementsV2ResponseMPayload

Properties

Name Type Description Notes
a_obj_ezsignsignature Array<EzsignsignatureResponseCompound>
a_obj_ezsignformfieldgroup Array<EzsignformfieldgroupResponseCompound>

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzsigndocumentGetActionableElementsV2ResponseMPayload.new(
  a_obj_ezsignsignature: null,
  a_obj_ezsignformfieldgroup: null
)