iikoFront Api V5 Code Reference
iikoFront Api V5 Code Reference
Resto.Front.Api.V5
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.V5
Assembly:
Resto.Front.Api.V5 (in Resto.Front.Api.V5.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.V5 Namespace