Click or drag to resize

IEditSessionChangePreliminaryPaymentItemCustomData Method

Changes custom data of existing preliminary payment item.

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

Parameters

customData  String
New custom data for payment item. Max serialized data length is MaxExternalPaymentItemDataLength.
paymentItem  IPaymentItemStub
Preliminary 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