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
Peppol Participant ID if the participant is in Peppol network
[optional]
value
str
Value of the identifier
[optional]
Example
fromAvalara.SDK.models.EInvoicing.V1.directory_search_response_value_inner_identifiers_innerimportDirectorySearchResponseValueInnerIdentifiersInner# TODO update the JSON string belowjson="{}"# create an instance of DirectorySearchResponseValueInnerIdentifiersInner from a JSON stringdirectory_search_response_value_inner_identifiers_inner_instance=DirectorySearchResponseValueInnerIdentifiersInner.from_json(json)
# print the JSON string representation of the objectprint(DirectorySearchResponseValueInnerIdentifiersInner.to_json())
# convert the object into a dictdirectory_search_response_value_inner_identifiers_inner_dict=directory_search_response_value_inner_identifiers_inner_instance.to_dict()
# create an instance of DirectorySearchResponseValueInnerIdentifiersInner from a dictdirectory_search_response_value_inner_identifiers_inner_from_dict=DirectorySearchResponseValueInnerIdentifiersInner.from_dict(directory_search_response_value_inner_identifiers_inner_dict)