Click or drag to resize

ITaxCategory Interface

Namespace:  Resto.Front.Api.Data.Taxes
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public interface ITaxCategory : ISerializable, 
	IEntity

The ITaxCategory type exposes the following members.

Properties
  NameDescription
Public propertyId (Inherited from IEntity.)
Public propertyIsCalculated
Is calculated tax flag
Public propertyName
Vat name.
Public propertyVatPercent
Vat percent.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also