Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.02 KB

SendEInvoiceResponse.md

File metadata and controls

28 lines (20 loc) · 1.02 KB

SendEInvoiceResponse

Properties

Name Type Description Notes
data SendEInvoiceResponseData [optional]

Example

from fattureincloud_python_sdk.models.send_e_invoice_response import SendEInvoiceResponse

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

# convert the object into a dict
send_e_invoice_response_dict = send_e_invoice_response_instance.to_dict()
# create an instance of SendEInvoiceResponse from a dict
send_e_invoice_response_form_dict = send_e_invoice_response.from_dict(send_e_invoice_response_dict)

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