BonusProgramBonusDocumentAmountPercent Property |
The percent of the document amount that is rewarded. Should be null if and only if the bonus document amount is null.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<decimal> BonusDocumentAmountPercent { get; set; }
Public Property BonusDocumentAmountPercent As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ BonusDocumentAmountPercent {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member BonusDocumentAmountPercent : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also