Click or drag to resize

IEditSessionChangeExternalPaymentItemCustomData Method

Changes custom data of existing external payment item.

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

Parameters

customData  String
New custom data for payment item. Max serialized data length is MaxExternalPaymentItemDataLength.
paymentItem  IPaymentItemStub
External payment item to be edited. Currently should be payment item of plugin payment type.
order  IOrderStub
Order of which payment item will be edited.
See Also