List of payments
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/bank-of-new-york-mellon/json-schema/paymentlistresponse-schema.json", "title": "PaymentListResponse", "type": "object", "description": "List of payments", "properties": { "payments": { "type": "array", "items": { "$ref": "#/components/schemas/PaymentResponse" } }, "totalCount": { "type": "integer" } } }