AccountingVoucherLineCurrency Property |
The currency of the movement in this line. If there is defined currency for the account in the line that it should be equal to the value in this field. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
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