Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 973 Bytes

RejectReason.md

File metadata and controls

16 lines (11 loc) · 973 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]
remote_was_deleted bool Indicates whether or not this object has been deleted by third party webhooks. [optional] [readonly]

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