ILocalTaxInfo Interface |
Namespace: Resto.Front.Api.Data.Orders
public interface ILocalTaxInfo : ISerializable
The ILocalTaxInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| IsIncludedInPrice | Whether a tax is included in the item price. | |
| Name | Tax name. | |
| Percent | Tax percentage. | |
| Sum | Tax sum. | |
| VatPercent | Tax VAT percentage, if it is defined. | |
| VatSum | Tax VAT sum, if it is defined. |
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |