public class ConsumerLoanLoanRepayPlanInfo extends AlipayObject
| 构造器和说明 |
|---|
ConsumerLoanLoanRepayPlanInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getLastPeriodCount() |
Long |
getLastPrincipalAmount() |
Long |
getLoanAmount() |
String |
getLoanDate() |
String |
getLoanId() |
String |
getRepayMethod() |
List<ConsumerLoanLoanRepayPlanInfoItem> |
getRepayPlanRecord() |
Long |
getTotalPeriodCount() |
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 |
setRepayPlanRecord(List<ConsumerLoanLoanRepayPlanInfoItem> repayPlanRecord) |
void |
setTotalPeriodCount(Long totalPeriodCount) |
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 List<ConsumerLoanLoanRepayPlanInfoItem> getRepayPlanRecord()
public void setRepayPlanRecord(List<ConsumerLoanLoanRepayPlanInfoItem> repayPlanRecord)
public Long getTotalPeriodCount()
public void setTotalPeriodCount(Long totalPeriodCount)
Copyright © 2024. All rights reserved.