SalesPersonCommissionPercent Property |
The percentage (0..1) of commission percent. null means that there is no commission percent.
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<decimal> CommissionPercent { get; set; }
Public Property CommissionPercent As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ CommissionPercent {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member CommissionPercent : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also