You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If set to true the e-invoice will not be sent to the SDI.
[optional]
Example
fromfattureincloud_python_sdk.models.send_e_invoice_request_optionsimportSendEInvoiceRequestOptions# TODO update the JSON string belowjson="{}"# create an instance of SendEInvoiceRequestOptions from a JSON stringsend_e_invoice_request_options_instance=SendEInvoiceRequestOptions.from_json(json)
# print the JSON string representation of the objectprint(SendEInvoiceRequestOptions.to_json())
# convert the object into a dictsend_e_invoice_request_options_dict=send_e_invoice_request_options_instance.to_dict()
# create an instance of SendEInvoiceRequestOptions from a dictsend_e_invoice_request_options_from_dict=SendEInvoiceRequestOptions.from_dict(send_e_invoice_request_options_dict)