Click or drag to resize
MaterialTransactionItemLineAmount Property
MHT Item subtotal. This field is auto-computed as Round(Qty * Price) when Price is not NULL; otherwise it’s NULL

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Nullable<decimal> LineAmount { get; set; }

Property Value

Type: NullableDecimal
See Also