Click or drag to resize

IEditSessionOverrideVatInclusionForOrder Method

Overrides default VAT inclusion settings for items of the specified order.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
void 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