Sha256: a7da37dadb065eeb005b39f46b18f84d24a3dfba3e839505cdb9f210d1dfdec9
Contents?: true
Size: 490 Bytes
Versions: 2
Compression:
Stored size: 490 Bytes
Contents
# AvalaraSdk::EInvoicing::V1::DocumentSubmitResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Unique ID for this document that can be used for status checking and file downloads. This is a UID created by the Avalara E-Invoicing platform. | [optional] | ## Example ```ruby require 'avalara_sdk' instance = AvalaraSdk::EInvoicing::V1::DocumentSubmitResponse.new( id: 52f60401-44d0-4667-ad47-4afe519abb53 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avalara_sdk-24.12.1 | docs/EInvoicing/V1/DocumentSubmitResponse.md |
avalara_sdk-24.12.0 | docs/EInvoicing/V1/DocumentSubmitResponse.md |