Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1004 Bytes

CustomEzsignformfieldRequest.md

File metadata and controls

18 lines (13 loc) · 1004 Bytes

EzmaxApi::Object::CustomEzsignformfieldRequest

Load the model package

use EzmaxApi::Object::CustomEzsignformfieldRequest;

Properties

Name Type Description Notes
pki_ezsignformfield_id int The unique ID of the Ezsignformfield [optional]
s_ezsignformfield_label string The Label for the Ezsignformfield [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]
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]

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