BonusProgramBonusDocumentAmountType Property |
When not null specifies that a document amount should be added to the order when the bonus conditions are met. null means that the bonus reward is not a document amount. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentAmountType BonusDocumentAmountType { get; set; }
Public Property BonusDocumentAmountType As DocumentAmountType
Get
Set
public:
property DocumentAmountType^ BonusDocumentAmountType {
DocumentAmountType^ get ();
void set (DocumentAmountType^ value);
}
member BonusDocumentAmountType : DocumentAmountType with get, set
Property Value
Type:
DocumentAmountType
See Also