public class LogisticsServiceCharge extends java.lang.Object
Represents the transport and packaging costs.
| Constructor and Description |
|---|
LogisticsServiceCharge() |
| Modifier and Type | Method and Description |
|---|---|
LogisticsServiceCharge |
addTradeTax(Tax additionalTradeTax)
|
Amount |
getAmount()
|
java.lang.String |
getDescription()
|
java.util.List<Tax> |
getTradeTax()
|
LogisticsServiceCharge |
setAmount(Amount amount)
|
LogisticsServiceCharge |
setDescription(java.lang.String description)
|
public LogisticsServiceCharge()
public LogisticsServiceCharge addTradeTax(Tax additionalTradeTax)
Adds a trade tax.
additionalTradeTax - the additional trade taxpublic java.lang.String getDescription()
Gets the description.
public java.util.List<Tax> getTradeTax()
Gets the applied trade tax.
public LogisticsServiceCharge setAmount(Amount amount)
Sets the applied amount.
amount - the new applied amountpublic LogisticsServiceCharge setDescription(java.lang.String description)
Sets the description.
description - the new descriptionCopyright © 2014 konik.io. All Rights Reserved.