Sha256: 490fec1be64f745a7d302c1c61303d3205b85154071cb5db165b48efd78c74c3
Contents?: true
Size: 581 Bytes
Versions: 2
Compression:
Stored size: 581 Bytes
Contents
# AvalaraSdk::EInvoicing::V1::DocumentListResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **recordset_count** | **String** | Count of collections for the given date range | [optional] | | **next_link** | **String** | | [optional] | | **value** | [**Array<DocumentSummary>**](DocumentSummary.md) | Array of documents matching query parameters | | ## Example ```ruby require 'avalara_sdk' instance = AvalaraSdk::EInvoicing::V1::DocumentListResponse.new( recordset_count: 1, next_link: null, value: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avalara_sdk-24.12.1 | docs/EInvoicing/V1/DocumentListResponse.md |
avalara_sdk-24.12.0 | docs/EInvoicing/V1/DocumentListResponse.md |