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
The two-letter ISO-3166 country code for the country for which document is being retrieved
country_mandate
str
The e-invoicing mandate for the specified country
Example
fromAvalara.SDK.models.EInvoicing.V1.document_fetch_request_metadataimportDocumentFetchRequestMetadata# TODO update the JSON string belowjson="{}"# create an instance of DocumentFetchRequestMetadata from a JSON stringdocument_fetch_request_metadata_instance=DocumentFetchRequestMetadata.from_json(json)
# print the JSON string representation of the objectprint(DocumentFetchRequestMetadata.to_json())
# convert the object into a dictdocument_fetch_request_metadata_dict=document_fetch_request_metadata_instance.to_dict()
# create an instance of DocumentFetchRequestMetadata from a dictdocument_fetch_request_metadata_from_dict=DocumentFetchRequestMetadata.from_dict(document_fetch_request_metadata_dict)