DocumentAmountBaseAmount Property |
The calculated base amount (in documents currency) from the last document amount recalculation. The base amount is the base, over which the additional amounts are calculated. Null if the amount is not distributed yet. [Currency: LogisticsDocument.DocumentCurrency] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount BaseAmount { get; set; }
Public Property BaseAmount As Amount
Get
Set
public:
property Amount^ BaseAmount {
Amount^ get ();
void set (Amount^ value);
}
member BaseAmount : Amount with get, set
Property Value
Type:
Amount
See Also