Helper to work with plugin saved data in iiko storage.
Namespace: Resto.Front.Api.V3
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
public interface IPaymentDataContext
The IPaymentDataContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetRollbackData |
Method to get your data from iiko storage.
|
![]() | SetInfoForReports |
Method to set card number and card type to display in iiko reports.
Data will be saved on disk after successful payment.
|
![]() | SetRollbackData |
Method to set your data to store in iiko storage.
Data will be saved no disk after successful payment.
|
Extension Methods
Name | Description | |
---|---|---|
![]() | GetRollbackDataT |
Method to get your data from iiko storage.
(Defined by IPaymentDataContextExtensions.) |
![]() | SetRollbackDataT |
Method to set your data to store in iiko storage.
Data will be saved no disk after successful payment.
(Defined by IPaymentDataContextExtensions.) |
See Also