PortalLineTotalAmount Property |
Gets or sets the LineTotalAmount.
The DocCalculateTax() method sets this value to LineExtendedPrice +
LineTaxAmount - LineTradeDiscountAmount. See LineBalanceAmount and
LineOtherAmount for information regarding setting this value manually.
Namespace: KampData.TaxEngine.APIAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic decimal LineTotalAmount { get; set; }
Public Property LineTotalAmount As Decimal
Get
Set
public:
property Decimal LineTotalAmount {
Decimal get ();
void set (Decimal value);
}
member LineTotalAmount : decimal with get, set
Property Value
Type:
Decimal
See Also