MouvementCPTLibDto
Data Transfer Object representing a financial movement account
movementIdint64
Unique identifier for the movement
Example:
12345
movementNaturestring
Nature of the financial movement
Example:
CREDIT
movementDescriptionstring
Descriptive label for the movement
Example:
Salary payment
MouvementCPTLibDto
{
"movementId": 12345,
"movementNature": "CREDIT",
"movementDescription": "Salary payment"
}