IPayInOutEvent
Definition
- Namespace
- Resto.Front.PrintTemplates.Cheques.Razor.TemplateModels
Deposit/withdrawal event
Properties
| Name | Type | Description |
|---|---|---|
| Account | IAccount | Account |
| Comment | string | Comment attached to a cash deposit or withdrawal. The operation may have no comment. |
| Counteragent | IUser | Counterparty |
| EventTypeName | string | Event type name |
| IsChangePayIn | bool | Subsidiary fund attribute of deposit |
| IsPayIn | bool | Deposit attribute |
| Name | string | Type name of PayInOut |
| Sum | decimal | Deposit/withdrawal amount (absolute value) |