Click or drag to resize

ProjectTaskResourceBillingTotalAmount Property

When not null, specifies that this item will be billed for the specified fixed total price (in the currency of the Project). null means that this item will be billed in another way. This way of billing is mutually exclusive with Billing Price Per Hour. [Filter(eq)]

Namespace:  Aloe.EnterpriseOne.Model.Projects
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<decimal> BillingTotalAmount { get; set; }

Property Value

Type: NullableDecimal
See Also