A Ezsignfoldersignerassociation Object with actionable elements
Name | Type | Description | Notes |
---|---|---|---|
pki_ezsignfoldersignerassociation_id | int | The unique ID of the Ezsignfoldersignerassociation | |
fki_ezsignfolder_id | int | The unique ID of the Ezsignfolder | |
b_ezsignfoldersignerassociation_delayedsend | bool | If this flag is true the signatory is part of a delayed send. | |
b_ezsignfoldersignerassociation_receivecopy | bool | If this flag is true. The signatory will receive a copy of every signed Ezsigndocument even if it ain't required to sign the document. | |
t_ezsignfoldersignerassociation_message | str | A custom text message that will be added to the email sent. | |
b_ezsignfoldersignerassociation_allowsigninginperson | bool | If the Ezsignfoldersignerassociation is allowed to sign in person or not | |
obj_ezsignsignergroup | EzsignsignergroupResponseCompound | [optional] | |
obj_user | EzsignfoldersignerassociationResponseCompoundUser | [optional] | |
obj_ezsignsigner | EzsignsignerResponseCompound | [optional] | |
b_ezsignfoldersignerassociation_hasactionableelements_current | bool | Indicates if the Ezsignfoldersignerassociation has actionable elements in the current step | |
b_ezsignfoldersignerassociation_hasactionableelements_future | bool | Indicates if the Ezsignfoldersignerassociation has actionable elements in a future step |
from eZmaxApi.models.custom_ezsignfoldersignerassociation_actionable_element_response import CustomEzsignfoldersignerassociationActionableElementResponse
# TODO update the JSON string below
json = "{}"
# create an instance of CustomEzsignfoldersignerassociationActionableElementResponse from a JSON string
custom_ezsignfoldersignerassociation_actionable_element_response_instance = CustomEzsignfoldersignerassociationActionableElementResponse.from_json(json)
# print the JSON string representation of the object
print(CustomEzsignfoldersignerassociationActionableElementResponse.to_json())
# convert the object into a dict
custom_ezsignfoldersignerassociation_actionable_element_response_dict = custom_ezsignfoldersignerassociation_actionable_element_response_instance.to_dict()
# create an instance of CustomEzsignfoldersignerassociationActionableElementResponse from a dict
custom_ezsignfoldersignerassociation_actionable_element_response_from_dict = CustomEzsignfoldersignerassociationActionableElementResponse.from_dict(custom_ezsignfoldersignerassociation_actionable_element_response_dict)