Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 972 Bytes

CustomEzsignformfieldRequest.md

File metadata and controls

18 lines (13 loc) · 972 Bytes

openapi.model.CustomEzsignformfieldRequest

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiEzsignformfieldID int The unique ID of the Ezsignformfield [optional]
sEzsignformfieldLabel String The Label for the Ezsignformfield [optional]
bEzsignformfieldSelected bool Whether the Ezsignformfield is selected or not by default. This can only be set if eEzsignformfieldgroupType is Checkbox or Radio [optional]
sEzsignformfieldEnteredvalue 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]