Skip to main content

FeedbackResponseDTO

Response for feedback submission

successboolean

Operation success status

Example: true
messagestring

Feedback response message

Example: Feedback enregistré avec succès
transactionDescriptionstring

Transaction description

Example: Lunch at restaurant
categorystring

Category name

Example: Food
FeedbackResponseDTO
{
"success": true,
"message": "Feedback enregistré avec succès",
"transactionDescription": "Lunch at restaurant",
"category": "Food"
}