Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 581 Bytes

DocumentListResponse.md

File metadata and controls

22 lines (16 loc) · 581 Bytes

AvalaraSdk::EInvoicing::V1::DocumentListResponse

Properties

Name Type Description Notes
recordset_count String Count of collections for the given date range [optional]
next_link String [optional]
value Array<DocumentSummary> Array of documents matching query parameters

Example

require 'avalara_sdk'

instance = AvalaraSdk::EInvoicing::V1::DocumentListResponse.new(
  recordset_count: 1,
  next_link: null,
  value: null
)