ProductGroupPricingModel Property |
When not null, specifies the pricing model, for the products in this product group. The model is by default valid also for sub-groups, unless they have other models. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PricingModel PricingModel { get; set; }
Public Property PricingModel As PricingModel
Get
Set
public:
property PricingModel^ PricingModel {
PricingModel^ get ();
void set (PricingModel^ value);
}
member PricingModel : PricingModel with get, set
Property Value
Type:
PricingModel
See Also