AccountDeletionResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the deletion request. | [default to null] |
| status | String | Current status of the deletion request (pending, scheduled, cancelled, completed). | [default to null] |
| requested_at | Date | Timestamp when the deletion was requested. | [default to null] |
| scheduled_at | Date | Timestamp when the deletion is scheduled to occur. | [default to null] |
| cancelled_at | Date | Timestamp when the deletion was cancelled, if applicable. | [optional] [default to null] |
| completed_at | Date | Timestamp when the deletion was completed, if applicable. | [optional] [default to null] |
| can_be_cancelled | Boolean | Whether the deletion request can still be cancelled. | [default to null] |
| days_remaining | Long | Number of days remaining until deletion, if cancellable. | [optional] [default to null] |