Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 833 Bytes

File metadata and controls

14 lines (10 loc) · 833 Bytes

RejectReason

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.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]