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:
ReferencedataValuestring
Value associated with the criteria
Example:
refattachedFieldsstring[]
List of fields attached to this criteria
Example:
["payment reference"]UnpaidCriteriaDto
{
"dataLabel": "Reference",
"dataValue": "ref",
"attachedFields": [
"payment reference"
]
}