LineDiscountPriceList Property |
Apply the discount only if this price list is used. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PriceList PriceList { get; set; }
Public Property PriceList As PriceList
Get
Set
public:
property PriceList^ PriceList {
PriceList^ get ();
void set (PriceList^ value);
}
member PriceList : PriceList with get, set
Property Value
Type:
PriceList
See Also