Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 561 Bytes

CustomFormDataEzsignformfieldResponse.md

File metadata and controls

20 lines (14 loc) · 561 Bytes

EzmaxApi::CustomFormDataEzsignformfieldResponse

Properties

Name Type Description Notes
s_ezsignformfield_label String The Label for the Ezsignformfield
s_ezsignformfield_value String The value for the Ezsignformfield This can only be set if eEzsignformfieldgroupType is Checkbox or Radio

Example

require 'Ezmaxapi'

instance = EzmaxApi::CustomFormDataEzsignformfieldResponse.new(
  s_ezsignformfield_label: Peanuts,
  s_ezsignformfield_value: Yes
)