IEditSessionDeletePaymentItem Method iikoFront Api V3 Documentation
Delete existing payment item from order.

Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax

C#
void DeletePaymentItem(
	IPaymentItemStub paymentItem,
	IOrderStub order
)

Parameters

paymentItem
Type: Resto.Front.Api.V3.EditorsIPaymentItemStub
Payment item to be deleted.
order
Type: Resto.Front.Api.V3.EditorsIOrderStub
Order from which payment item will be deleted.
See Also

Reference