Sha256: a76fea92299858631536414d999d9c4ed5f0ea51ddb7714dbc2483e695eea119

Contents?: true

Size: 995 Bytes

Versions: 2

Compression:

Stored size: 995 Bytes

Contents

# AvalaraSdk::EInvoicing::V1::BatchSearch

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | ID of the batch search | [optional] |
| **name** | **String** | Name of the batch report | [optional] |
| **created_by** | **String** | Email of the user who created the batch search | [optional] |
| **created** | **Time** | Timestamp when the batch search was created | [optional] |
| **last_modified** | **Time** | Timestamp when the batch search was created | [optional] |
| **status** | **String** | Status of the batch search | [optional] |
| **error** | [**ErrorResponse**](ErrorResponse.md) |  | [optional] |

## Example

```ruby
require 'avalara_sdk'

instance = AvalaraSdk::EInvoicing::V1::BatchSearch.new(
  id: 2f5ea4b5-4dae-445a-b3e4-9f65a61eaa99,
  name: Batch Search Report 1,
  created_by: user@example.com,
  created: 2024-08-01T12:34:56Z,
  last_modified: 2024-08-01T12:34:56Z,
  status: Accepted,
  error: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
avalara_sdk-24.12.1 docs/EInvoicing/V1/BatchSearch.md
avalara_sdk-24.12.0 docs/EInvoicing/V1/BatchSearch.md