@Comfort public class LogisticsServiceCharge extends java.lang.Object implements java.io.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.
|
java.lang.String |
getDescription()
Gets human readable description of the charge type
|
java.util.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(java.lang.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 java.lang.String getDescription()
Gets human readable description of the charge type
Shipping and handling charges
public java.util.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(java.lang.String description)
Sets human readable description of the charge type
Shipping and handling charges
description
- the new descriptionCopyright © 2014-2018 Konik.io. All Rights Reserved.