DocumentAmountInputAmountCurrency Property |
When specifying the amount directly in Input Amount, this contains the currency of the amount. Used and required when Input Amount is not null. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Currency InputAmountCurrency { get; set; }
Public Property InputAmountCurrency As Currency
Get
Set
public:
property Currency^ InputAmountCurrency {
Currency^ get ();
void set (Currency^ value);
}
member InputAmountCurrency : Currency with get, set
Property Value
Type:
Currency
See Also