Click or drag to resize

TravelExpense Class

Represents a travel expense
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIProductBase
    Severa.Entities.APITravelExpense

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

The TravelExpense type exposes the following members.

Constructors
 NameDescription
Public methodTravelExpenseInitializes a new instance of the TravelExpense class
Top
Properties
 NameDescription
Public propertyCostCurrencyGUID Identifies cost currency for the travel expense.
Public propertyExpenseClass Travel expense type
Top
Remarks

Travel expenses include Mileage, Daily Allowances and Other Travel Expenses.

The catalogue of Travel Expenses for an organization defines expense types that the organizations employees (users) can use to record travel expenses. Items are instances of travel expenses assigned to a Case.

See Also