[This is preliminary documentation and is subject to change.]
The ExpenseTaxiInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ExpenseTaxiInfo | 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.
(Inherited from ExpenseDetailInfo.) |
![]() | AccountName |
The name of the account associated with this expense detail information object.
(Inherited from ExpenseDetailInfo.) |
![]() | Amount |
The Amount of the expense.
(Inherited from ExpenseDetailInfo.) |
![]() | city |
The city of the taxi expense.
|
![]() | CreatedByTimestamp |
The created date and time of when this expense detail information object is created.
(Inherited from ExpenseDetailInfo.) |
![]() | CreatedByUserId |
The system generated unique identifier for the user who created this expense detail object.
(Inherited from ExpenseDetailInfo.) |
![]() | Description |
The textual Description for this expense.
(Inherited from ExpenseDetailInfo.) |
![]() | Detail |
Details of the ExpenseDetail
(Inherited from ExpenseDetailInfo.) |
![]() | ExpenseDate |
The date when this expense was made.
(Inherited from ExpenseDetailInfo.) |
![]() | ExpenseDetailId |
The system generated identifier for the expense detail.
(Inherited from ExpenseDetailInfo.) |
![]() | ExpenseId |
The system generated unique identifier for the expense.
(Inherited from ExpenseDetailInfo.) |
![]() | ExpenseName |
The name of the expense.
(Inherited from ExpenseDetailInfo.) |
![]() | ExpenseTypeId |
The identifier for the expense type.
(Inherited from ExpenseDetailInfo.) |
![]() | ExpenseTypeUniqueId |
The system generated identifier for the teplate for this expense detail.
(Inherited from ExpenseDetailInfo.) |
![]() | IsBillable |
shows if the expense detail is billable. Uses the value "Y" for billable and "N" for non
billable.
(Inherited from ExpenseDetailInfo.) |
![]() | IsDetailAvailable |
Shows if the detail is available for this taxi expense object.
(Overrides ExpenseDetailInfo..::.IsDetailAvailable.) |
![]() | ModifiedByTimestamp |
The time stamp when the expense detail information object is last modified.
(Inherited from ExpenseDetailInfo.) |
![]() | ModifiedByUserId |
The user identifier of the user who last modified the expense detail information object.
(Inherited from ExpenseDetailInfo.) |
![]() | PaymentMethodId |
The system generated unique identifier for the payment method for the expense detail information
object.
(Inherited from ExpenseDetailInfo.) |
![]() | PaymentMode |
Payment Mode
(Inherited from ExpenseDetailInfo.) |
![]() | ProjectId |
The system generated unique identifier for the Project associated with this expense detail
information object.
(Inherited from ExpenseDetailInfo.) |
![]() | ProjectName |
The name of the Project associated with this expense detail information object.
(Inherited from ExpenseDetailInfo.) |
![]() | Reimbursed |
The Reimbursed Amount
(Inherited from ExpenseDetailInfo.) |
![]() | ReimbursedNote |
The Notes of Reimbursed
(Inherited from ExpenseDetailInfo.) |
![]() | SerialNumber |
The serial number for the expense detail information object.
(Inherited from ExpenseDetailInfo.) |
![]() | tax |
The tax Amount for this expense.
(Inherited from ExpenseDetailInfo.) |
![]() | TaxiLineName |
The name of the taxi company.
|