Click or drag to resize

ILocalTaxInfo Interface

Represents a calculated local tax for the order item.

Namespace: Resto.Front.Api.Data.Orders
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public interface ILocalTaxInfo : ISerializable

The ILocalTaxInfo type exposes the following members.

Properties
 NameDescription
Public propertyIsIncludedInPriceWhether a tax is included in the item price.
Public propertyNameTax name.
Public propertyPercentTax percentage.
Public propertySumTax sum.
Public propertyVatPercentTax VAT percentage, if it is defined.
Public propertyVatSumTax VAT sum, if it is defined.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also