Skip to main content

UnpaidCriteriaDto

DTO representing a dynamic form unpaid criteria that can be used to get unpaid bills for a the given client.

dataLabelstring

Label describing the criteria

Example: Reference
dataValuestring

Value associated with the criteria

Example: ref
attachedFieldsstring[]

List of fields attached to this criteria

Example: ["payment reference"]
UnpaidCriteriaDto
{
"dataLabel": "Reference",
"dataValue": "ref",
"attachedFields": [
"payment reference"
]
}