Sha256: a5fa2efd6b1ea00c466972d7716d2db0547d876ef857c75cdbe9bd8310512aed

Contents?: true

Size: 985 Bytes

Versions: 2

Compression:

Stored size: 985 Bytes

Contents

# AvalaraSdk::EInvoicing::V1::DirectorySearchResponseValueInnerSupportedDocumentTypesInner

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Document type name. | [optional] |
| **value** | **String** | Document type identifier. | [optional] |
| **supported_by_trading_partner** | **Boolean** | Does trading partner support receiving this document type | [optional] |
| **supported_by_avalara** | **Boolean** | Does avalara support exchanging this document type | [optional] |

## Example

```ruby
require 'avalara_sdk'

instance = AvalaraSdk::EInvoicing::V1::DirectorySearchResponseValueInnerSupportedDocumentTypesInner.new(
  name: Peppol BIS Billing UBL Invoice V3,
  value: busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:Invoice-2::Invoice##urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0::2.1,
  supported_by_trading_partner: true,
  supported_by_avalara: true
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
avalara_sdk-24.12.1 docs/EInvoicing/V1/DirectorySearchResponseValueInnerSupportedDocumentTypesInner.md
avalara_sdk-24.12.0 docs/EInvoicing/V1/DirectorySearchResponseValueInnerSupportedDocumentTypesInner.md