The status of the return.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Status_Full", "title": "Status_Full", "type": "string", "enum": [ "CLOSED", "OPEN", "REMOVED" ], "description": "The status of the return.", "x-internal": false }