Click or drag to resize

CostAccount Class

Represents a cost accounts.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APICostAccount

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class CostAccount

The CostAccount type exposes the following members.

Constructors
 NameDescription
Public methodCostAccountInitializes a new instance of the CostAccount class
Top
Properties
 NameDescription
Public propertyGUID Unique identifier for the cost account.
Public propertyIsActive Is cost account active True/False.
Public propertyIsTravelTypeDefault Is cost account default for travel expenses True/False.
Public propertyName Name of the cost account.
Public propertyNumber Number of the cost account.
Public propertyTaxPercentage Cost account associations can be created between each travel expense and Tax percentage.
Top
See Also