IOperationService.IsOrderHasVatInvoice Method |
Returns whether VAT invoice is active for order.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxbool IsOrderHasVatInvoice(
Guid orderId
)
Parameters
- orderId
- Type: System.Guid
Order id.
Return Value
Type:
Boolean
See Also