API Docs / Schemas / InvoiceSummaryResponsePagedResult

InvoiceSummaryResponsePagedResult

Properties

Name Type Description
dataarray of InvoiceSummaryResponse
totalCountinteger
offsetinteger
limitinteger
hasMoreboolean

JSON Example

{
  "data": [
    {
      "code": "...",
      "invoiceNumber": "...",
      "status": "...",
      "totalAmount": "...",
      "dueDate": "..."
    }
  ],
  "totalCount": 0,
  "offset": 0,
  "limit": 0,
  "hasMore": false
}

Used By Operations