PricingModelCostPricingModel Property |
Pricing model, for which the cost is defined. [Required] [Filter(multi eq)] [Owner]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Pricing
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