MouvementCPTLibDto
Data Transfer Object representing a financial movement account
movementIdinteger<int64>
Unique identifier for the movement
Example:
12345movementNaturestring
Nature of the financial movement
Example:
CREDITmovementDescriptionstring
Descriptive label for the movement
Example:
Salary paymentMouvementCPTLibDto
{
"movementId": 12345,
"movementNature": "CREDIT",
"movementDescription": "Salary payment"
}