IReadonlyChequeTaskProcessor Interface |
Namespace: Resto.Front.Api.Devices.ChequeTaskProcessor
public interface IReadonlyChequeTaskProcessor : IChequeTaskProcessor
The IReadonlyChequeTaskProcessor type exposes the following members.
| Name | Description | |
|---|---|---|
| AfterDoCheckAction |
Perform the action after do cheque.
(Inherited from IChequeTaskProcessor.) | |
| AfterPayIn |
Perform the action after pay in.
(Inherited from IChequeTaskProcessor.) | |
| AfterPayOut |
Perform the action after pay out.
(Inherited from IChequeTaskProcessor.) | |
| AfterXReport |
Perform the action after printing the X-report.
(Inherited from IChequeTaskProcessor.) | |
| AfterZReport |
Perform the action after printing the Z-report.
(Inherited from IChequeTaskProcessor.) | |
| BeforeDoCheckAction |
Perform the action before do cheque.
(Inherited from IChequeTaskProcessor.) | |
| BeforePayIn |
Perform the action before pay in.
| |
| BeforePayOut |
Perform the action before pay out.
| |
| BeforeXReport |
Perform the action before printing the X-report.
(Inherited from IChequeTaskProcessor.) | |
| BeforeZReport |
Perform the action before printing the Z-report.
(Inherited from IChequeTaskProcessor.) |