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 |
idrequestId, 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, setIdgetRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetailprotected MoneyData amount
protected MoneyData freeFromAmount
protected String vatRate
public MoneyData getAmount()
MoneyDatapublic void setAmount(MoneyData value)
value - allowed object is
MoneyDatapublic MoneyData getFreeFromAmount()
MoneyDatapublic void setFreeFromAmount(MoneyData value)
value - allowed object is
MoneyDatapublic String getVatRate()
StringCopyright © 2021. All rights reserved.