Allianz Trade · JSON Structure

Trade Payment Overdues Overdue_List Structure

Paginated list of payment overdues

Type: object Properties: 1
Credit InsuranceInsuranceRisk ManagementTrade CreditE-CommerceSurety

Trade Payment Overdues Overdue_List Structure is a JSON Structure definition published by Allianz Trade, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api.allianz-trade.com/structures/trade-payment-overdues-overdue_list-structure.json",
  "title": "OverdueList",
  "type": "object",
  "description": "Paginated list of payment overdues",
  "properties": {
    "data": {
      "type": "array",
      "description": "List of payment overdue records"
    }
  }
}