public class ConsumerLoanLoanInfoItem extends AlipayObject
| 构造器和说明 |
|---|
ConsumerLoanLoanInfoItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAllowedPayOffEarly() |
Long |
getLastInsuranceAmount() |
Long |
getLastInterestAmount() |
Long |
getLastPenaltyInterestAmount() |
Long |
getLastPeriodCount() |
Long |
getLastPrincipalAmount() |
Long |
getLoanAmount() |
String |
getLoanDate() |
String |
getLoanId() |
String |
getRepayMethod() |
String |
getSelectType() |
String |
getStatus() |
void |
setAllowedPayOffEarly(Boolean allowedPayOffEarly) |
void |
setLastInsuranceAmount(Long lastInsuranceAmount) |
void |
setLastInterestAmount(Long lastInterestAmount) |
void |
setLastPenaltyInterestAmount(Long lastPenaltyInterestAmount) |
void |
setLastPeriodCount(Long lastPeriodCount) |
void |
setLastPrincipalAmount(Long lastPrincipalAmount) |
void |
setLoanAmount(Long loanAmount) |
void |
setLoanDate(String loanDate) |
void |
setLoanId(String loanId) |
void |
setRepayMethod(String repayMethod) |
void |
setSelectType(String selectType) |
void |
setStatus(String status) |
public Boolean getAllowedPayOffEarly()
public void setAllowedPayOffEarly(Boolean allowedPayOffEarly)
public Long getLastInsuranceAmount()
public void setLastInsuranceAmount(Long lastInsuranceAmount)
public Long getLastInterestAmount()
public void setLastInterestAmount(Long lastInterestAmount)
public Long getLastPenaltyInterestAmount()
public void setLastPenaltyInterestAmount(Long lastPenaltyInterestAmount)
public Long getLastPeriodCount()
public void setLastPeriodCount(Long lastPeriodCount)
public Long getLastPrincipalAmount()
public void setLastPrincipalAmount(Long lastPrincipalAmount)
public Long getLoanAmount()
public void setLoanAmount(Long loanAmount)
public String getLoanDate()
public void setLoanDate(String loanDate)
public String getLoanId()
public void setLoanId(String loanId)
public String getRepayMethod()
public void setRepayMethod(String repayMethod)
public String getSelectType()
public void setSelectType(String selectType)
public String getStatus()
public void setStatus(String status)
Copyright © 2024. All rights reserved.