Name | Type | Description | Notes |
---|---|---|---|
id | String | Avalara unique ID of the participant in the directory. | [optional] |
name | String | Name of the participant (typically, the name of the business entity). | [optional] |
network | String | The network where the participant is present. | [optional] |
registration_date | Date | Registration date of the participant if available | [optional] |
identifiers | Array<DirectorySearchResponseValueInnerIdentifiersInner> | [optional] | |
addresses | Array<DirectorySearchResponseValueInnerAddressesInner> | [optional] | |
supported_document_types | Array<DirectorySearchResponseValueInnerSupportedDocumentTypesInner> | [optional] |
require 'avalara_sdk'
instance = AvalaraSdk::EInvoicing::V1::DirectorySearchResponseValueInner.new(
id: 2a27ee0cf5bcb6165ab891503652343419a8fc5fe6b406299c47d7b44aa8548c,
name: Pineapple Labs ltd,
network: Peppol,
registration_date: null,
identifiers: null,
addresses: null,
supported_document_types: null
)