Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 984 Bytes

CustomersPermanentDeletionCreateResponseBody.md

File metadata and controls

15 lines (12 loc) · 984 Bytes

# CustomersPermanentDeletionCreateResponseBody

Properties

Name Type Description Notes
id string Unique permanent deletion object ID.
created_at \DateTime Timestamp representing the date and time when the customer was requested to be deleted in ISO 8601 format.
related_object_id string Unique customer ID that is being deleted.
related_object string Object being deleted. [default to 'customer']
status string Deletion status. [default to 'DONE']
data_json \OpenAPI\Client\Model\CustomersPermanentDeletionCreateResponseBodyDataJson
object string The type of object represented by JSON. [default to 'pernament_deletion']

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