BonusProgramConditionDocumentCurrency Property |
Condition for the document amount. Should be not null if any of the amount conditions are not null. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Currency ConditionDocumentCurrency { get; set; }
Public Property ConditionDocumentCurrency As Currency
Get
Set
public:
property Currency^ ConditionDocumentCurrency {
Currency^ get ();
void set (Currency^ value);
}
member ConditionDocumentCurrency : Currency with get, set
Property Value
Type:
Currency
See Also