Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 2.01 KB

File metadata and controls

34 lines (25 loc) · 2.01 KB

EzsigntemplatesignaturepaymentdetailResponseCompound

An Ezsigntemplatesignaturepaymentdetail Object and children to create a complete structure

Properties

Name Type Description Notes
pki_ezsigntemplatesignaturepaymentdetail_id int The unique ID of the Ezsignsignaturepaymentdetail
fki_glaccountcontainer_id int The unique ID of the Glaccountcontainer [optional]
t_ezsigntemplatesignaturepaymentdetail_description str A description for the Ezsignsignaturepaymentdetail.
d_ezsigntemplatesignaturepaymentdetail_amount str The amount of the for the Ezsignsignaturepaymentdetail
e_ezsigntemplatesignaturepaymentdetail_taxable FieldEEzsigntemplatesignaturepaymentdetailTaxable

Example

from eZmaxApi.models.ezsigntemplatesignaturepaymentdetail_response_compound import EzsigntemplatesignaturepaymentdetailResponseCompound

# TODO update the JSON string below
json = "{}"
# create an instance of EzsigntemplatesignaturepaymentdetailResponseCompound from a JSON string
ezsigntemplatesignaturepaymentdetail_response_compound_instance = EzsigntemplatesignaturepaymentdetailResponseCompound.from_json(json)
# print the JSON string representation of the object
print(EzsigntemplatesignaturepaymentdetailResponseCompound.to_json())

# convert the object into a dict
ezsigntemplatesignaturepaymentdetail_response_compound_dict = ezsigntemplatesignaturepaymentdetail_response_compound_instance.to_dict()
# create an instance of EzsigntemplatesignaturepaymentdetailResponseCompound from a dict
ezsigntemplatesignaturepaymentdetail_response_compound_from_dict = EzsigntemplatesignaturepaymentdetailResponseCompound.from_dict(ezsigntemplatesignaturepaymentdetail_response_compound_dict)

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