Click or drag to resize

IPaymentDataContext Interface

Helper to work with plugin saved data in iiko storage.

Namespace:  Resto.Front.Api.V4
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
public interface IPaymentDataContext

The IPaymentDataContext type exposes the following members.

Methods
  NameDescription
Public methodGetRollbackData
Method to get your rollback data from iiko storage.
Public methodSetInfoForReports
Method to set card number and card type to display in iiko reports. Data will be saved on disk after successful payment.
Public methodSetRollbackData
Method to set your rollback data to store in iiko storage. Data will be saved on disk after successful payment.
Top
Extension Methods
See Also