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