Resto.Front.Api.Devices.ChequeTaskProcessor Namespace |
Interface | Description | |
---|---|---|
![]() | IChequeTaskProcessor |
Common interface for extending the functionality of fiscal operations.
Derive from MarshalByRefObject and implement this interface to make custom cheque task processor.
Your implementation should be registered by RegisterChequeTaskProcessor(IChequeTaskProcessor).
|
![]() | IEditableChequeTaskProcessor |
Common interface for extending the functionality of fiscal operations.
Derive from MarshalByRefObject and implement this interface to make custom cheque task processor.
Your implementation should be registered by RegisterChequeTaskProcessor(IChequeTaskProcessor).
|
![]() | IReadonlyChequeTaskProcessor |
Common interface for extending the functionality of fiscal operations.
Derive from MarshalByRefObject and implement this interface to make custom cheque task processor.
Your implementation should be registered by RegisterChequeTaskProcessor(IChequeTaskProcessor).
|