public class FeeValue extends AlipayObject
Constructor and Description |
---|
FeeValue() |
Modifier and Type | Method and Description |
---|---|
String |
getBottomCent()
Gets bottom cent.
|
String |
getCurrencyCode()
Gets currency code.
|
String |
getFixCent()
Gets fix cent.
|
String |
getLower()
Gets lower.
|
String |
getRateUnit()
Gets rate unit.
|
String |
getRateValue()
Gets rate value.
|
String |
getTopCent()
Gets top cent.
|
String |
getUpper()
Gets upper.
|
void |
setBottomCent(String bottomCent)
Sets bottom cent.
|
void |
setCurrencyCode(String currencyCode)
Sets currency code.
|
void |
setFixCent(String fixCent)
Sets fix cent.
|
void |
setLower(String lower)
Sets lower.
|
void |
setRateUnit(String rateUnit)
Sets rate unit.
|
void |
setRateValue(String rateValue)
Sets rate value.
|
void |
setTopCent(String topCent)
Sets top cent.
|
void |
setUpper(String upper)
Sets upper.
|
public String getBottomCent()
public void setBottomCent(String bottomCent)
bottomCent
- the bottom centpublic String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
currencyCode
- the currency codepublic String getFixCent()
public void setFixCent(String fixCent)
fixCent
- the fix centpublic String getLower()
public void setLower(String lower)
lower
- the lowerpublic String getRateUnit()
public void setRateUnit(String rateUnit)
rateUnit
- the rate unitpublic String getRateValue()
public void setRateValue(String rateValue)
rateValue
- the rate valuepublic String getTopCent()
public void setTopCent(String topCent)
topCent
- the top centpublic String getUpper()
public void setUpper(String upper)
upper
- the upperCopyright © 2018. All rights reserved.