Click or drag to resize

IPaymentDataContextSetCustomData Method

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

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

Parameters

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