public class ShipmentFeeData extends AbstractIdData implements Serializable
Java class for shipmentFeeData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected MoneyData |
amount |
protected MoneyData |
freeFromAmount |
protected String |
vatRate |
id
requestId, statusCode, statusDetail
Constructor and Description |
---|
ShipmentFeeData() |
Modifier and Type | Method and Description |
---|---|
MoneyData |
getAmount()
Gets the value of the amount property.
|
MoneyData |
getFreeFromAmount()
Gets the value of the freeFromAmount property.
|
String |
getVatRate()
Gets the value of the vatRate property.
|
void |
setAmount(MoneyData value)
Sets the value of the amount property.
|
void |
setFreeFromAmount(MoneyData value)
Sets the value of the freeFromAmount property.
|
void |
setVatRate(String value)
Sets the value of the vatRate property.
|
getId, setId
getRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetail
protected MoneyData amount
protected MoneyData freeFromAmount
protected String vatRate
public MoneyData getAmount()
MoneyData
public void setAmount(MoneyData value)
value
- allowed object is
MoneyData
public MoneyData getFreeFromAmount()
MoneyData
public void setFreeFromAmount(MoneyData value)
value
- allowed object is
MoneyData
public String getVatRate()
String
Copyright © 2021. All rights reserved.