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
fromfattureincloud_python_sdk.models.get_e_invoice_rejection_reason_responseimportGetEInvoiceRejectionReasonResponse# TODO update the JSON string belowjson="{}"# create an instance of GetEInvoiceRejectionReasonResponse from a JSON stringget_e_invoice_rejection_reason_response_instance=GetEInvoiceRejectionReasonResponse.from_json(json)
# print the JSON string representation of the objectprint(GetEInvoiceRejectionReasonResponse.to_json())
# convert the object into a dictget_e_invoice_rejection_reason_response_dict=get_e_invoice_rejection_reason_response_instance.to_dict()
# create an instance of GetEInvoiceRejectionReasonResponse from a dictget_e_invoice_rejection_reason_response_from_dict=GetEInvoiceRejectionReasonResponse.from_dict(get_e_invoice_rejection_reason_response_dict)