A Ezmaxinvoicingcontract Object
Name | Type | Description | Notes |
---|---|---|---|
pki_ezmaxinvoicingcontract_id | int | The unique ID of the Ezmaxinvoicingcontract | |
e_ezmaxinvoicingcontract_paymenttype | FieldEEzmaxinvoicingcontractPaymenttype | ||
i_ezmaxinvoicingcontract_length | int | The length in years of the Ezmaxinvoicingcontract | |
dt_ezmaxinvoicingcontract_start | str | The start date of the Ezmaxinvoicingcontract | |
dt_ezmaxinvoicingcontract_end | str | The end date of the Ezmaxinvoicingcontract | |
d_ezmaxinvoicingcontract_license | str | The price of the license | |
d_ezmaxinvoicingcontract121qa | str | The price for 121QA | |
b_ezmaxinvoicingcontract_ezsignallagents | bool | Whether eZsign is for all agents | |
obj_audit | CommonAudit |
from eZmaxApi.models.ezmaxinvoicingcontract_response import EzmaxinvoicingcontractResponse
# TODO update the JSON string below
json = "{}"
# create an instance of EzmaxinvoicingcontractResponse from a JSON string
ezmaxinvoicingcontract_response_instance = EzmaxinvoicingcontractResponse.from_json(json)
# print the JSON string representation of the object
print(EzmaxinvoicingcontractResponse.to_json())
# convert the object into a dict
ezmaxinvoicingcontract_response_dict = ezmaxinvoicingcontract_response_instance.to_dict()
# create an instance of EzmaxinvoicingcontractResponse from a dict
ezmaxinvoicingcontract_response_from_dict = EzmaxinvoicingcontractResponse.from_dict(ezmaxinvoicingcontract_response_dict)