Name | Type | Description | Notes |
---|---|---|---|
record_set_count | Float | Total count of results | [optional] |
next_link | String | [optional] | |
value | Array<Mandate> | Mandates schema | [optional] |
require 'avalara_sdk'
instance = AvalaraSdk::EInvoicing::V1::MandatesResponse.new(
record_set_count: 1,
next_link: null,
value: null
)