Sha256: ab1ac0d1de8e733cf7939f8c3eda22045919642246d00238226577f09d754d2b

Contents?: true

Size: 514 Bytes

Versions: 2

Compression:

Stored size: 514 Bytes

Contents

# AvalaraSdk::EInvoicing::V1::MandatesResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **recordset_count** | **Float** | Total count of results | [optional] |
| **next_link** | **String** |  | [optional] |
| **value** | [**Array<Mandate>**](Mandate.md) | Mandates schema | [optional] |

## Example

```ruby
require 'avalara_sdk'

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