Sha256: 05ff35ae3e545116f4601d1d66da3c10489502bcd5fcef8d259cb70047c6af9a
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 KB
Contents
# AvalaraSdk::EInvoicing::V1::DirectorySearchResponseValueInner ## Properties | 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>**](DirectorySearchResponseValueInnerIdentifiersInner.md) | | [optional] | | **addresses** | [**Array<DirectorySearchResponseValueInnerAddressesInner>**](DirectorySearchResponseValueInnerAddressesInner.md) | | [optional] | | **supported_document_types** | [**Array<DirectorySearchResponseValueInnerSupportedDocumentTypesInner>**](DirectorySearchResponseValueInnerSupportedDocumentTypesInner.md) | | [optional] | ## Example ```ruby 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 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avalara_sdk-24.12.1 | docs/EInvoicing/V1/DirectorySearchResponseValueInner.md |
avalara_sdk-24.12.0 | docs/EInvoicing/V1/DirectorySearchResponseValueInner.md |