Sha256: da6cbdc951edd574c153a833e63fbe736e1e570aabd19049087ff7dc34ca63fd
Contents?: true
Size: 552 Bytes
Versions: 2
Compression:
Stored size: 552 Bytes
Contents
# AvalaraSdk::EInvoicing::V1::BatchSearchListResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **record_set_count** | **Integer** | The count of records in the result set | [optional] | | **next_link** | **String** | Next Link | [optional] | | **value** | [**Array<BatchSearch>**](BatchSearch.md) | | [optional] | ## Example ```ruby require 'avalara_sdk' instance = AvalaraSdk::EInvoicing::V1::BatchSearchListResponse.new( record_set_count: 500, next_link: TODO, value: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avalara_sdk-24.12.1 | docs/EInvoicing/V1/BatchSearchListResponse.md |
avalara_sdk-24.12.0 | docs/EInvoicing/V1/BatchSearchListResponse.md |