API Docs / Schemas / WriteOffRowDtoPagedResult

WriteOffRowDtoPagedResult

Properties

Name Type Description
dataarray of WriteOffRowDto
totalCountinteger
offsetinteger
limitinteger
hasMoreboolean

JSON Example

{
  "data": [
    {
      "groupCode": "...",
      "groupName": "...",
      "settledValue": "...",
      "billedAmount": "...",
      "writtenOffAmount": "..."
    }
  ],
  "totalCount": 0,
  "offset": 0,
  "limit": 0,
  "hasMore": false
}

Contained in Schemas