Click or drag to resize

OfferLineLineAmount Property

Amount for the line in the currency of the parent document. Usually equals Quantity * Unit_Price. When Quantity = 0, Unit Price is undefined and this contains the total line amount. [Currency: Offer.DocumentCurrency] [Required] [Default(0)]

Namespace:  Aloe.EnterpriseOne.Model.Crm.Presales
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override Amount LineAmount { get; set; }

Property Value

Type: Amount

Implements

ILogisticsDocumentLineLineAmount
See Also