Sha256: de9b084a1707b85c4cdc5c5a8da00488c1935b836881baa16589e10171ce36c5

Contents?: true

Size: 582 Bytes

Versions: 1

Compression:

Stored size: 582 Bytes

Contents

# AvalaraSdk::EInvoicing::V1::DocumentListResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **record_set_count** | **String** | Count of collections for the given date range | [optional] |
| **next_link** | **String** |  | [optional] |
| **value** | [**Array<DocumentSummary>**](DocumentSummary.md) | Array of invoices matching query parameters |  |

## Example

```ruby
require 'avalara_sdk'

instance = AvalaraSdk::EInvoicing::V1::DocumentListResponse.new(
  record_set_count: 1,
  next_link: null,
  value: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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