ProductPricePriceType Property |
Price type of the current product price. The price types are used to set additional priority condition for the prices. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PriceType PriceType { get; set; }
Public Property PriceType As PriceType
Get
Set
public:
property PriceType^ PriceType {
PriceType^ get ();
void set (PriceType^ value);
}
member PriceType : PriceType with get, set
Property Value
Type:
PriceType
See Also