BonusProgramBonusLineDiscountPercent Property |
The percent discount to be applied to bonus lines. Used only for bonus programs with Action = D (Discount). [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal BonusLineDiscountPercent { get; set; }
Public Property BonusLineDiscountPercent As Decimal
Get
Set
public:
property Decimal^ BonusLineDiscountPercent {
Decimal^ get ();
void set (Decimal^ value);
}
member BonusLineDiscountPercent : decimal with get, set
Property Value
Type:
Decimal
See Also