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 propertyIsIncludedInPrice
Whether a tax is included in the item price.
Public propertyName
Tax name.
Public propertyPercent
Tax percentage.
Public propertySum
Tax sum.
Public propertyVatPercent
Tax VAT percentage, if it is defined.
Public propertyVatSum
Tax VAT sum, if it is defined.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also