Click or drag to resize

IOperationServiceIsOrderHasVatInvoice Method

Returns whether VAT invoice is active for order.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
bool IsOrderHasVatInvoice(
	Guid orderId
)

Parameters

orderId
Type: SystemGuid
Order id.

Return Value

Type: Boolean
See Also