The RejectReason Object ### Description The RejectReason object is used to represent a reason for rejecting an application. ### Usage Example Fetch from the LIST RejectReasons endpoint and filter by ID to show all reasons.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | [optional] [readonly] | |
| remote_id | str, none_type | The third-party API ID of the matching object. | [optional] |
| name | str, none_type | The rejection reason’s name. | [optional] |
| remote_data | [RemoteData], none_type | [optional] [readonly] |