Click or drag to resize

IEditSessionChangePaymentItemCustomData Method

Changes custom data of existing payment item.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangePaymentItemCustomData(
	string customData,
	IPaymentItemStub paymentItem,
	IOrderStub order
)

Parameters

customData
Type: SystemString
New custom data for payment item. Max serialized data length is MaxExternalPaymentItemDataLength.
paymentItem
Type: Resto.Front.Api.Editors.StubsIPaymentItemStub
Payment item to be edited. Currently should be payment item of plugin payment type.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order of which payment item will be edited.
See Also