Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 882 Bytes

File metadata and controls

26 lines (20 loc) · 882 Bytes

EzmaxApi::CustomFormDataSignerResponse

Properties

Name Type Description Notes
fki_ezsignfoldersignerassociation_id Integer The unique ID of the Ezsignfoldersignerassociation
fki_user_id Integer The unique ID of the User [optional]
s_contact_firstname String The First name of the contact
s_contact_lastname String The Last name of the contact
a_obj_ezsignformfieldgroup Array<CustomFormDataEzsignformfieldgroupResponse>

Example

require 'Ezmaxapi'

instance = EzmaxApi::CustomFormDataSignerResponse.new(
  fki_ezsignfoldersignerassociation_id: 20,
  fki_user_id: 70,
  s_contact_firstname: John,
  s_contact_lastname: Doe,
  a_obj_ezsignformfieldgroup: null
)