Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 582 Bytes

DocumentListResponse.md

File metadata and controls

22 lines (16 loc) · 582 Bytes

AvalaraSdk::EInvoicing::V1::DocumentListResponse

Properties

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

Example

require 'avalara_sdk'

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