IPaymentDataContextSetRollbackData Method iikoFront Api V3 Documentation
Method to set your data to store in iiko storage. Data will be saved no disk after successful payment.

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#
void SetRollbackData(
	string serializedData
)

Parameters

serializedData
Type: SystemString
Your data. Please save only data that you may need on operation rollback. Max serialized to string data length is MaxExternalPaymentItemDataLength
See Also

Reference