Delete existing external 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 DeleteExternalPaymentItem( IPaymentItemStub paymentItem, IOrderStub order )
Parameters
- paymentItem
- Type: Resto.Front.Api.V3.EditorsIPaymentItemStub
External payment item to be deleted. - order
- Type: Resto.Front.Api.V3.EditorsIOrderStub
Order from which payment item will be deleted.
See Also