Sha256: 5424f7c230c89e963d0469b14a229babc212d44b81cb287f68f376a099216294

Contents?: true

Size: 882 Bytes

Versions: 1

Compression:

Stored size: 882 Bytes

Contents

# AvalaraSdk::EInvoicing::V1::SubmitDocumentMetadata

## 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** | **String** | Specifies the data format version number. |  |
| **country_code** | **String** | The two-letter ISO-3166 country code for the country where the e-invoice is being submitted |  |
| **country_mandate** | **String** | The e-invoicing mandate for the specified country. |  |

## Example

```ruby
require 'avalara_sdk'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
avalara_sdk-24.2.29 docs/EInvoicing/V1/SubmitDocumentMetadata.md