ProjectEmployeeExpenseLine


Description

Defines the properties of an employee expense line in the Project Accounting module in Microsoft Dynamics GP. The properties are read-only.

Properties

Property

Type

Length

Default

Description

Key

ProjectEmployeeExpenseLineKey

N/A

N/A

The project employee expense line key object that uniquely identifies the project employee expense line.

TaxBasis

ProjectTaxBasis

N/A

N/A

Determines how the tax of the expense line item will be computed.

TaxScheduleKey

TaxScheduleKey

N/A

N/A

The tax schedule key object that uniquely identifies the tax schedule.

TaxAmount

MoneyAmount

N/A

N/A

The tax amount for the employee expense line.

BackoutTaxAmount

MoneyAmount

N/A

N/A

The amount of the backout tax if there is a tax included with item price detail.

PaymentMethodType

PaymentMethod

N/A

N/A

Identifies the Payment Method to be used when paying this expense transaction.

ExpenseType

ExpenseType

N/A

N/A

Identifies whether the expense transaction is reimbursable or a personal expense.

ReimbursableAmount

MoneyAmount

N/A

N/A

Te reimbursable amount of the expense line.

Description

string

N/A

N/A

A description of the expense line.

Billing

ProjectBilling

N/A

N/A

The billing amounts for the project employee expense line.

Taxes

ArrayOfProjectEmployeeExpenseLineTax

N/A

N/A

A collection of project employee expense line taxes.


Inherits from

ProjectLineBase


Documentation Feedback