[This is preliminary documentation and is subject to change.]
The ExpenseDetailInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ExpenseDetailInfo | Overloaded. | 
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object.  (Inherited from 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 | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.  (Inherited from Object.) | |
| 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 | |
|---|---|---|
| AccountId | 
            The system generated identifier for the account associates with this expense detail information
            object.
              | |
| AccountName | 
            The name of the account associated with this expense detail information object.
              | |
| Amount | 
            The Amount of the expense.
              | |
| CreatedByTimestamp | 
            The created date and time of when this expense detail information object is created.
              | |
| CreatedByUserId | 
            The system generated unique identifier for the user who created this expense detail object.
              | |
| Description | 
            The textual Description for this expense.
              | |
| Detail | 
            Details of the ExpenseDetail
              | |
| ExpenseDate | 
            The date when this expense was made.
              | |
| ExpenseDetailId | 
            The system generated identifier for the expense detail.
              | |
| ExpenseId | 
            The system generated unique identifier for the expense.
              | |
| ExpenseName | 
            The name of the expense.
              | |
| ExpenseTypeId | 
            The identifier for the expense type.
              | |
| ExpenseTypeUniqueId | 
            The system generated identifier for the teplate for this expense detail.
              | |
| IsBillable | 
            shows if the expense detail is billable. Uses the value "Y" for billable and "N" for non 
            billable.
              | |
| IsDetailAvailable | 
            Shows if the detail is available for the expense detail object.
              | |
| ModifiedByTimestamp | 
            The time stamp when the expense detail information object is last modified.
              | |
| ModifiedByUserId | 
            The user identifier of the user who last modified the expense detail information object.
              | |
| PaymentMethodId | 
            The system generated unique identifier for the payment method for the expense detail information
            object.
              | |
| PaymentMode | 
            Payment Mode
              | |
| ProjectId | 
            The system generated unique identifier for the Project associated with this expense detail
            information object.
              | |
| ProjectName | 
            The name of the Project associated with this expense detail information object.
              | |
| Reimbursed | 
            The Reimbursed Amount
              | |
| ReimbursedNote | 
            The Notes of Reimbursed
               | |
| SerialNumber | 
            The serial number for the expense detail information object.
              | |
| tax | 
            The tax Amount for this expense.
              | 
