Sha256: f23c58b10b4d23b8fb9e650c69a9eb26f6c3ae1e785c91e6ccebda5a111053fc
Contents?: true
Size: 892 Bytes
Versions: 2
Compression:
Stored size: 892 Bytes
Contents
# AvalaraSdk::EInvoicing::V1::DocumentFetchRequestMetadata ## 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::DocumentFetchRequestMetadata.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/DocumentFetchRequestMetadata.md |
avalara_sdk-24.12.0 | docs/EInvoicing/V1/DocumentFetchRequestMetadata.md |