IDocumentAmountsDocumentDocumentCurrency Property |
Gets or sets the document currency.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.DocumentAmounts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
SyntaxCurrency DocumentCurrency { get; set; }
Property DocumentCurrency As Currency
Get
Set
property Currency^ DocumentCurrency {
Currency^ get ();
void set (Currency^ value);
}
abstract DocumentCurrency : Currency with get, set
Property Value
Type:
Currency
The document currency.
See Also