Paginated list of payment overdues
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.allianz-trade.com/schemas/trade-payment-overdues-overdue_list-schema.json", "title": "OverdueList", "type": "object", "description": "Paginated list of payment overdues", "properties": { "data": { "type": "array", "description": "List of payment overdue records", "items": { "$ref": "#/$defs/Overdue" } } } }