iikoFront Api V7 Code Reference
iikoFront Api V7 Code Reference
Resto.Front.Api
IPaymentDataContext Interface
IPaymentDataContext Methods
GetCustomData Method
GetRollbackData Method
SetCustomData Method
SetInfoForReports Method
SetRollbackData Method
IPaymentDataContext
.
SetCustomData Method
Method to set your custom data to store in iiko storage.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
Copy
void
SetCustomData
(
string
serializedData
)
Parameters
serializedData
Type:
System
.
String
Your custom data. Store any additional data here. Max serialized to string data length is
MaxExternalPaymentItemDataLength
See Also
Reference
IPaymentDataContext Interface
Resto.Front.Api Namespace