A Ezsignbulksenddocumentmapping Object
Name | Type | Description | Notes |
---|---|---|---|
pki_ezsignbulksenddocumentmapping_id | int | The unique ID of the Ezsignbulksenddocumentmapping. | |
fki_ezsignbulksend_id | int | The unique ID of the Ezsignbulksend | |
fki_ezsigntemplatepackage_id | int | The unique ID of the Ezsigntemplatepackage | [optional] |
fki_ezsigntemplate_id | int | The unique ID of the Ezsigntemplate | [optional] |
i_ezsignbulksenddocumentmapping_order | int | The order in which the Ezsigntemplate or Ezsigntemplatepackage will be presented to the signatory in the Ezsignfolder. | |
obj_ezsigntemplate | EzsigntemplateResponseCompound | [optional] | |
obj_ezsigntemplatepackage | EzsigntemplatepackageResponseCompound | [optional] |
from eZmaxApi.models.ezsignbulksenddocumentmapping_response_compound import EzsignbulksenddocumentmappingResponseCompound
# TODO update the JSON string below
json = "{}"
# create an instance of EzsignbulksenddocumentmappingResponseCompound from a JSON string
ezsignbulksenddocumentmapping_response_compound_instance = EzsignbulksenddocumentmappingResponseCompound.from_json(json)
# print the JSON string representation of the object
print(EzsignbulksenddocumentmappingResponseCompound.to_json())
# convert the object into a dict
ezsignbulksenddocumentmapping_response_compound_dict = ezsignbulksenddocumentmapping_response_compound_instance.to_dict()
# create an instance of EzsignbulksenddocumentmappingResponseCompound from a dict
ezsignbulksenddocumentmapping_response_compound_form_dict = ezsignbulksenddocumentmapping_response_compound.from_dict(ezsignbulksenddocumentmapping_response_compound_dict)