Sha256: 43ee1de90abb5264ec3b966b04eb4c1ab70f2e6621260335a580db3e4168fd37

Contents?: true

Size: 553 Bytes

Versions: 2

Compression:

Stored size: 553 Bytes

Contents

# AvalaraSdk::EInvoicing::V1::DataInputFieldsResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **recordset_count** | **Float** | Total count of results | [optional] |
| **next_link** | **String** |  | [optional] |
| **value** | [**Array<DataInputField>**](DataInputField.md) | Array of Data Input Fields | [optional] |

## Example

```ruby
require 'avalara_sdk'

instance = AvalaraSdk::EInvoicing::V1::DataInputFieldsResponse.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/DataInputFieldsResponse.md
avalara_sdk-24.12.0 docs/EInvoicing/V1/DataInputFieldsResponse.md