public class SchemaVO extends AlipayObject
| 构造器和说明 |
|---|
SchemaVO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDailyRiskIntRate() |
String |
getMaxApplyAmt() |
String |
getMinApplyAmt() |
List<String> |
getRepayModeList() |
List<LoanTerm> |
getTermList() |
void |
setDailyRiskIntRate(String dailyRiskIntRate) |
void |
setMaxApplyAmt(String maxApplyAmt) |
void |
setMinApplyAmt(String minApplyAmt) |
void |
setRepayModeList(List<String> repayModeList) |
void |
setTermList(List<LoanTerm> termList) |
public String getDailyRiskIntRate()
public void setDailyRiskIntRate(String dailyRiskIntRate)
public String getMaxApplyAmt()
public void setMaxApplyAmt(String maxApplyAmt)
public String getMinApplyAmt()
public void setMinApplyAmt(String minApplyAmt)
Copyright © 2020. All rights reserved.