| IEditSessionOverrideVatInclusionForOrder Method  | 
 Overrides default VAT inclusion settings for items of the specified order.
 
    Namespace: 
   Resto.Front.Api.Editors
    Assembly:
   Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
 Syntax
Syntaxvoid OverrideVatInclusionForOrder(
	IOrderStub order,
	bool? isVatIncluded = null
)
Parameters
- order
- Type: Resto.Front.Api.Editors.StubsIOrderStub
 Order that contains items to override vat inclusion.
- isVatIncluded (Optional)
- Type: SystemNullableBoolean
 Allows to override default VAT inclusion setting. Set true if VAT is included into prices or false if VAT should be added on top of the prices. Set null to use default VAT settings.
 See Also
See Also