Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 552 Bytes

BatchSearchListResponse.md

File metadata and controls

22 lines (16 loc) · 552 Bytes

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> [optional]

Example

require 'avalara_sdk'

instance = AvalaraSdk::EInvoicing::V1::BatchSearchListResponse.new(
  record_set_count: 500,
  next_link: TODO,
  value: null
)