[This is preliminary documentation and is subject to change.]

The ExpenseAirfareInfo type exposes the following members.

Constructors

  NameDescription
Public methodExpenseAirfareInfoOverloaded.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
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.)
Public methodGetObjectData
Gets the object data using the SerializationInfo and the StreamingContext.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccountId
The system generated identifier for the account associates with this expense detail information object.
(Inherited from ExpenseDetailInfo.)
Public propertyAccountName
The name of the account associated with this expense detail information object.
(Inherited from ExpenseDetailInfo.)
Public propertyAmount
The Amount of the expense.
(Inherited from ExpenseDetailInfo.)
Public propertyArrivalAirport
The arrival airport name.
Public propertyArrivalDate
The arrival date.
Public propertyCreatedByTimestamp
The created date and time of when this expense detail information object is created.
(Inherited from ExpenseDetailInfo.)
Public propertyCreatedByUserId
The system generated unique identifier for the user who created this expense detail object.
(Inherited from ExpenseDetailInfo.)
Public propertyDepartureAirport
The departure airport name.
Public propertyDepartureDate
The departure date.
Public propertyDescription
The textual Description for this expense.
(Inherited from ExpenseDetailInfo.)
Public propertyDetail
Details of the ExpenseDetail
(Inherited from ExpenseDetailInfo.)
Public propertyExpenseDate
The date when this expense was made.
(Inherited from ExpenseDetailInfo.)
Public propertyExpenseDetailId
The system generated identifier for the expense detail.
(Inherited from ExpenseDetailInfo.)
Public propertyExpenseId
The system generated unique identifier for the expense.
(Inherited from ExpenseDetailInfo.)
Public propertyExpenseName
The name of the expense.
(Inherited from ExpenseDetailInfo.)
Public propertyExpenseTypeId
The identifier for the expense type.
(Inherited from ExpenseDetailInfo.)
Public propertyExpenseTypeUniqueId
The system generated identifier for the teplate for this expense detail.
(Inherited from ExpenseDetailInfo.)
Public propertyIsBillable
shows if the expense detail is billable. Uses the value "Y" for billable and "N" for non billable.
(Inherited from ExpenseDetailInfo.)
Public propertyIsDetailAvailable
Shows if the detail is available on the airfare expense information object.
(Overrides ExpenseDetailInfo..::.IsDetailAvailable.)
Public propertyModifiedByTimestamp
The time stamp when the expense detail information object is last modified.
(Inherited from ExpenseDetailInfo.)
Public propertyModifiedByUserId
The user identifier of the user who last modified the expense detail information object.
(Inherited from ExpenseDetailInfo.)
Public propertyPaymentMethodId
The system generated unique identifier for the payment method for the expense detail information object.
(Inherited from ExpenseDetailInfo.)
Public propertyPaymentMode
Payment Mode
(Inherited from ExpenseDetailInfo.)
Public propertyProjectId
The system generated unique identifier for the Project associated with this expense detail information object.
(Inherited from ExpenseDetailInfo.)
Public propertyProjectName
The name of the Project associated with this expense detail information object.
(Inherited from ExpenseDetailInfo.)
Public propertyReimbursed
The Reimbursed Amount
(Inherited from ExpenseDetailInfo.)
Public propertyReimbursedNote
The Notes of Reimbursed
(Inherited from ExpenseDetailInfo.)
Public propertySerialNumber
The serial number for the expense detail information object.
(Inherited from ExpenseDetailInfo.)
Public propertytax
The tax Amount for this expense.
(Inherited from ExpenseDetailInfo.)

See Also