| Name | Type | Description | Notes |
|---|---|---|---|
| data | SendEInvoiceRequestData | [optional] | |
| options | SendEInvoiceRequestOptions | [optional] |
from fattureincloud_python_sdk.models.send_e_invoice_request import SendEInvoiceRequest
# TODO update the JSON string below
json = "{}"
# create an instance of SendEInvoiceRequest from a JSON string
send_e_invoice_request_instance = SendEInvoiceRequest.from_json(json)
# print the JSON string representation of the object
print(SendEInvoiceRequest.to_json())
# convert the object into a dict
send_e_invoice_request_dict = send_e_invoice_request_instance.to_dict()
# create an instance of SendEInvoiceRequest from a dict
send_e_invoice_request_from_dict = SendEInvoiceRequest.from_dict(send_e_invoice_request_dict)