How the requested leave will be paid out, e.g. cashed out.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PayOutType", "title": "PayOutType", "description": "How the requested leave will be paid out, e.g. cashed out.", "type": "string", "enum": [ "DEFAULT", "CASHED_OUT" ] }