IPaymentDataContextSetCustomData Method |
Method to set your custom data to store in Syrve storage.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid SetCustomData(
string serializedData
)
Parameters
- serializedData String
- Your custom data. Store any additional data here. Max serialized to string data length is MaxExternalPaymentItemDataLength
See Also