Click or drag to resize

ProductProductCurrency Property

Gets the product currency which is the CostingCurrency. When CostingCurrency is null the base currency of the enterprise company is used.

Namespace:  Aloe.EnterpriseOne.Model.General.Products
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Currency ProductCurrency { get; }

Property Value

Type: Currency
The product currency.
See Also