IPaymentDataContext Interface |
Namespace: Resto.Front.Api
public interface IPaymentDataContext
The IPaymentDataContext type exposes the following members.
| Name | Description | |
|---|---|---|
| GetBankTransactionDetails |
Returns previously saved structured bank transaction details or null.
| |
| GetCustomData |
Method to get your custom data from iiko storage.
| |
| GetRollbackData |
Method to get your data from iiko storage.
| |
| SetBankTransactionDetails |
Saves structured bank transaction details for the current payment operation.
The data is stored together with the payment item and can be used later
during payment, refund and cancellation processing, and read at any time
from the corresponding BankTransactionDetails.
| |
| SetCustomData |
Method to set your custom data to store in 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 on disk after successful payment.
|
| Name | Description | |
|---|---|---|
| GetCustomDataT |
Method to get your custom data from iiko storage.
(Defined by PaymentDataContextExtensions.) | |
| GetRollbackDataT |
Method to get your rollback data from iiko storage.
(Defined by PaymentDataContextExtensions.) | |
| SetCustomDataT |
Method to set your custom data to store in iiko storage.
(Defined by PaymentDataContextExtensions.) | |
| SetRollbackDataT |
Method to set your rollback data to store in iiko storage.
Data will be saved on disk after successful payment.
(Defined by PaymentDataContextExtensions.) |