Sha256: bb9a58e652ee415ade31b2348bcafac6fd1214e07b9786a2fa4e5a6dc6185b89

Contents?: true

Size: 894 Bytes

Versions: 2

Compression:

Stored size: 894 Bytes

Contents

# AvalaraSdk::EInvoicing::V1::FetchDocumentsRequestMetadata

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **workflow_id** | **String** | Specifies a unique ID for this workflow. |  |
| **data_format** | **String** | Specifies the data format for this workflow |  |
| **data_format_version** | **Float** | Specifies the data format version number |  |
| **country_code** | **String** | The two-letter ISO-3166 country code for the country for which document is being retrieved |  |
| **country_mandate** | **String** | The e-invoicing mandate for the specified country |  |

## Example

```ruby
require 'avalara_sdk'

instance = AvalaraSdk::EInvoicing::V1::FetchDocumentsRequestMetadata.new(
  workflow_id: partner-einvoicing,
  data_format: ubl-invoice,
  data_format_version: 2.1,
  country_code: IL,
  country_mandate: IL-B2B-CLEARANCE
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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