DocumentRequestWithFiles
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the document request. | [default to null] |
| model_type | String | Type of the model (e.g., “User”, “Vendor”). | [default to null] |
| model_id | Long | ID of the model instance. | [default to null] |
| status | Status | Current status of the document request. | [default to null] |
| created_at | Date | Timestamp when the request was created. | [default to null] |
| updated_at | Date | Timestamp when the request was last updated. | [default to null] |
| documents | List | List of uploaded documents. | [default to null] |