Click or drag to resize

IEditSessionChangeExternalPaymentItemCustomData Method

Changes custom data of existing external payment item.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeExternalPaymentItemCustomData(
	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
External 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