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.directory_search_response_value_inner_addresses_innerimportDirectorySearchResponseValueInnerAddressesInner# TODO update the JSON string belowjson="{}"# create an instance of DirectorySearchResponseValueInnerAddressesInner from a JSON stringdirectory_search_response_value_inner_addresses_inner_instance=DirectorySearchResponseValueInnerAddressesInner.from_json(json)
# print the JSON string representation of the objectprint(DirectorySearchResponseValueInnerAddressesInner.to_json())
# convert the object into a dictdirectory_search_response_value_inner_addresses_inner_dict=directory_search_response_value_inner_addresses_inner_instance.to_dict()
# create an instance of DirectorySearchResponseValueInnerAddressesInner from a dictdirectory_search_response_value_inner_addresses_inner_from_dict=DirectorySearchResponseValueInnerAddressesInner.from_dict(directory_search_response_value_inner_addresses_inner_dict)