Object containing the reference route of transaction settlements.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Settlements", "title": "Settlements", "required": [ "href" ], "type": "object", "description": "Object containing the reference route of transaction settlements.", "properties": { "href": { "type": "string", "description": "Transaction settlement reference route." } } }