Click or drag to resize

IIdentifierCodeHandlerVerifyIdentifierCode(IOrder, IOrderProductItem, OrderItemIdentifierCode) Method

Performs verification of an identifier code previously added to a product item.

Namespace: Resto.Front.Api.Data.Orders
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
CodeVerificationResult VerifyIdentifierCode(
	IOrder order,
	IOrderProductItem orderItem,
	OrderItemIdentifierCode code
)

Parameters

order  IOrder
The order containing the code.
orderItem  IOrderProductItem
The product item associated with the code.
code  OrderItemIdentifierCode
The identifier code to verify.

Return Value

CodeVerificationResult
The result of code verification associated with this handler’s SourceKey.
See Also