The currency for the warehouse cost calculations. When null, the base currency for the enterprise company will be used. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Currency Currency { get; set; }
Public Property Currency As Currency
Get
Set
public:
property Currency^ Currency {
Currency^ get ();
void set (Currency^ value);
}
member Currency : Currency with get, set
Property Value
Type:
Currency
See Also