@Comfort public class LogisticsServiceCharge extends Object implements Serializable
Represents the transport and packaging costs.
| Constructor and Description |
|---|
LogisticsServiceCharge() |
| Modifier and Type | Method and Description |
|---|---|
LogisticsServiceCharge |
addTradeTax(AppliedTax additionalTradeTax)
Adds a trade tax for the logistics service charge amount
|
Amount |
getAmount()
Gets amount of the logistics service charge.
|
String |
getDescription()
Gets human readable description of the charge type
|
List<AppliedTax> |
getTradeTax()
Gets the applied trade tax for the logistics service charge amount
|
LogisticsServiceCharge |
setAmount(Amount amount)
Sets amount of the logistics service charge.
|
LogisticsServiceCharge |
setDescription(String description)
Sets human readable description of the charge type
|
public LogisticsServiceCharge()
public LogisticsServiceCharge addTradeTax(AppliedTax additionalTradeTax)
Adds a trade tax for the logistics service charge amount
additionalTradeTax - the additional trade taxpublic Amount getAmount()
Gets amount of the logistics service charge.
@NotBlank public String getDescription()
Gets human readable description of the charge type
Shipping and handling charges
public List<AppliedTax> getTradeTax()
Gets the applied trade tax for the logistics service charge amount
public LogisticsServiceCharge setAmount(Amount amount)
Sets amount of the logistics service charge.
amount - the new logistics service charge amountpublic LogisticsServiceCharge setDescription(String description)
Sets human readable description of the charge type
Shipping and handling charges
description - the new descriptionCopyright © 2014-2016 Konik.io. All Rights Reserved.