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