IEditSessionOverrideVatInclusionForOrder Method |
Overrides default VAT inclusion settings for items of the specified order.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid OverrideVatInclusionForOrder(
IOrderStub order,
bool? isVatIncluded = null
)
Parameters
- order IOrderStub
- Order that contains items to override vat inclusion.
- isVatIncluded NullableBoolean (Optional)
- 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