DocumentAmountInputAmount Property |
When not null, specifies directly the amount of the additional amount. [Currency: GetInputAmountCurrency()] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount InputAmount { get; set; }
Public Property InputAmount As Amount
Get
Set
public:
property Amount^ InputAmount {
Amount^ get ();
void set (Amount^ value);
}
member InputAmount : Amount with get, set
Property Value
Type:
Amount
See Also