Click or drag to resize

ITaxCategory Interface


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

The ITaxCategory type exposes the following members.

Properties
 NameDescription
Public propertyId
(Inherited from IEntity)
Public propertyIsCalculatedIs calculated tax flag
Public propertyNameVat name.
Public propertyVatPercentVat percent.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also