{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LoanPayoffDetails", "title": "LoanPayoffDetails", "type": "object", "properties": { "payByDate": { "type": "string", "description": "The date by which the payoff amount should be paid.

Account Type: Aggregated
Applicable containers: loan
Endpoints:", "readOnly": true }, "payoffAmount": { "$ref": "#/components/schemas/Money" }, "outstandingBalance": { "$ref": "#/components/schemas/Money" } } }