public interface CommonMonetarySummation extends Serializable
The Class Common Monetary Summation.
| Modifier and Type | Method and Description |
|---|---|
Amount |
getLineTotal()
Gets total amount of the line position/s
The line total amount is the net amount, including any additions and deductions without specifying the value-added tax.
|
CommonMonetarySummation |
setLineTotal(Amount lineTotal)
Sets total amount of the line position/s.
|
Amount getLineTotal()
Gets total amount of the line position/s The line total amount is the net amount, including any additions and deductions without specifying the value-added tax.
CommonMonetarySummation setLineTotal(Amount lineTotal)
Sets total amount of the line position/s. The line total amount is the net amount, including any additions and deductions without specifying the value-added tax.
lineTotal - the line totalCopyright © 2014-2016 Konik.io. All Rights Reserved.