Click or drag to resize

IPaymentDataContextSetCustomData Method

Method to set your custom data to store in iiko storage.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void SetCustomData(
	string serializedData
)

Parameters

serializedData
Type: SystemString
Your custom data. Store any additional data here. Max serialized to string data length is MaxExternalPaymentItemDataLength
See Also