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
Syntaxpublic Nullable<decimal> BillingTotalAmount { get; set; }
Public Property BillingTotalAmount As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ BillingTotalAmount {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member BillingTotalAmount : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also