Click or drag to resize

IOperationServiceAddIikoCardReferrerToOrder Method

Bounds to the order iikoCard5 referrer by id.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void AddIikoCardReferrerToOrder(
	IOrder order,
	Guid referrerId
)

Parameters

order
Type: Resto.Front.Api.Data.OrdersIOrder
Order to bind the iikoCard referrer.
referrerId
Type: SystemGuid
The referrer Id will be bound to the order.
See Also