LogisticsDocumentLineUnitAmount Property |
Gets or sets the unit amount of the logistics line. This can be unit price or unit cost.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic virtual Amount UnitAmount { get; set; }
Public Overridable Property UnitAmount As Amount
Get
Set
public:
virtual property Amount^ UnitAmount {
Amount^ get ();
void set (Amount^ value);
}
abstract UnitAmount : Amount with get, set
override UnitAmount : Amount with get, set
Property Value
Type:
Amount
The unit amount.
Implements
ILogisticsDocumentLineUnitAmount
See Also