Sha256: e209d939fe97e90b75b98af75db95172d3b6598f8b4e5585c6b421d0b36c32fe

Contents?: true

Size: 516 Bytes

Versions: 1

Compression:

Stored size: 516 Bytes

Contents

# AvalaraSdk::EInvoicing::V1::MandatesResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **record_set_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(
  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/MandatesResponse.md