# AvalaraSdk::EInvoicing::V1::DirectorySearchResponseValueInnerIdentifiersInner ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Peppol Participant ID if the participant is in Peppol network | [optional] | | **value** | **String** | Value of the identifier | [optional] | ## Example ```ruby require 'avalara_sdk' instance = AvalaraSdk::EInvoicing::V1::DirectorySearchResponseValueInnerIdentifiersInner.new( name: PeppolParticipantId, value: 9930:de112233445 ) ```