Sha256: 99dfe8226f001ebc5aef97ee338f6cc4038eb108d08d4463400f616a530885e0

Contents?: true

Size: 881 Bytes

Versions: 2

Compression:

Stored size: 881 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 document 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

2 entries across 2 versions & 1 rubygems

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