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