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
fromAvalara.SDK.models.EInvoicing.V1.document_fetch_request_data_innerimportDocumentFetchRequestDataInner# TODO update the JSON string belowjson="{}"# create an instance of DocumentFetchRequestDataInner from a JSON stringdocument_fetch_request_data_inner_instance=DocumentFetchRequestDataInner.from_json(json)
# print the JSON string representation of the objectprint(DocumentFetchRequestDataInner.to_json())
# convert the object into a dictdocument_fetch_request_data_inner_dict=document_fetch_request_data_inner_instance.to_dict()
# create an instance of DocumentFetchRequestDataInner from a dictdocument_fetch_request_data_inner_from_dict=DocumentFetchRequestDataInner.from_dict(document_fetch_request_data_inner_dict)