[This is preliminary documentation and is subject to change.]
The ExpenseTypeInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ExpenseTypeInfo | Overloaded. | 
Methods
| Name | Description | |
|---|---|---|
| CompareTo | ||
| Equals | (Overrides Object..::.Equals(Object).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | (Overrides Object..::.GetHashCode()()().) | |
| GetObjectData | 
            Gets the object data using the SerializationInfo and the
            StreamingContext.
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object.  (Inherited from Object.) | 
Properties
| Name | Description | |
|---|---|---|
| AllowBillableModify | 
            Shows whether modifications are allowed on the billable option for the expenses created using
            this type.
              | |
| ExpenseName | 
            The name of the expense type.
              | |
| ExpenseTypeAndBillable | ||
| ExpenseTypeId | 
            The unique identifier for the expense type.
              | |
| ExpenseTypeKey | 
            The expense type key for the expense type.
              | |
| ExpenseTypeUniqueId | 
            The expense template detail identifier for the expense type.
              | |
| GroupId | 
            The group identifier for the group which owns the expense template.
              | |
| IsActive | 
            Gets or set a expense type IsActive.Valid values are "Y"
            (type is active) or "N" (type is not active).
              | |
| IsBillable | 
            Shows whether the expense created by this type is billable. The values can either be "Y" or "N".
              | |
| IsDetailMandatory | 
            Shows if the detail is mandatory on the expense that uses this type.
              | |
| TemplateExpenseTypeName | 
            The expense type name on the template.
              | 
