CashOperation

Model that describes a cash journal operation entry.

Name Type Description
date Int64 Operation creation time as Unix time in seconds.
description String Operation comment. Maximum length: 512 characters.
document_uuid String Cheque or payment document UUID linked to the journal entry, when the operation was created from a document.
id Int64 Cash journal operation ID.
last_update Int64 Record last modification time as Unix time in seconds.
operating_cash_id Int64 Operating cash ID.
payment_type_id Int64 Payment method ID.
payment_type_name String Payment type name.
session_uuid String Cash session UUID linked to the journal entry.
type CashOperationType Cash journal operation type.
user_full_name String Full name of the user who added the operation.
user_id Int64 ID of the user who added the operation.
value Decimal Cash operation amount with precision 18,3.