| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | Cashbook id | [optional] |
| Date | DateTime? | Cashbook date | [optional] |
| Description | string | Cashbook description | [optional] |
| Kind | CashbookEntryKind | [optional] | |
| Type | CashbookEntryType | [optional] | |
| EntityName | string | Cashbook entity name | [optional] |
| Document | CashbookEntryDocument | [optional] | |
| AmountIn | decimal? | [Only for cashbook entry in] Cashbook total amount in | [optional] |
| PaymentAccountIn | PaymentAccount | [optional] | |
| AmountOut | decimal? | [Only for cashbook entry out] Cashbook total amount out | [optional] |
| PaymentAccountOut | PaymentAccount | [optional] |