Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1018 Bytes

CustomPrefillEzsignformValueRequest.md

File metadata and controls

18 lines (13 loc) · 1018 Bytes

EzmaxApi::Object::CustomPrefillEzsignformValueRequest

Load the model package

use EzmaxApi::Object::CustomPrefillEzsignformValueRequest;

Properties

Name Type Description Notes
s_ezsignformfieldgroup_label string The Label for the Ezsignformfieldgroup
s_ezsignformfield_label string The Label for the Ezsignformfield [optional]
s_ezsignformfield_enteredvalue string This is the value enterred for the Ezsignformfield This can only be set if eEzsignformfieldgroupType is Dropdown, Text or Textarea [optional]
b_ezsignformfield_selected boolean Whether the Ezsignformfield is selected or not by default. This can only be set if eEzsignformfieldgroupType is Checkbox or Radio [optional]

[Back to Model list] [Back to API list] [Back to README]