public class ConsumerLoanLoanRepayPlanInfoItem extends AlipayObject
| 构造器和说明 |
|---|
ConsumerLoanLoanRepayPlanInfoItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getInsuranceAmount() |
Long |
getInterestAmount() |
Long |
getPenaltyInterestAmount() |
Long |
getPeriodNumber() |
Long |
getPrincipalAmount() |
Long |
getRepayAmount() |
String |
getRepayDate() |
String |
getStatus() |
void |
setInsuranceAmount(Long insuranceAmount) |
void |
setInterestAmount(Long interestAmount) |
void |
setPenaltyInterestAmount(Long penaltyInterestAmount) |
void |
setPeriodNumber(Long periodNumber) |
void |
setPrincipalAmount(Long principalAmount) |
void |
setRepayAmount(Long repayAmount) |
void |
setRepayDate(String repayDate) |
void |
setStatus(String status) |
public Long getInsuranceAmount()
public void setInsuranceAmount(Long insuranceAmount)
public Long getInterestAmount()
public void setInterestAmount(Long interestAmount)
public Long getPenaltyInterestAmount()
public void setPenaltyInterestAmount(Long penaltyInterestAmount)
public Long getPeriodNumber()
public void setPeriodNumber(Long periodNumber)
public Long getPrincipalAmount()
public void setPrincipalAmount(Long principalAmount)
public Long getRepayAmount()
public void setRepayAmount(Long repayAmount)
public String getRepayDate()
public void setRepayDate(String repayDate)
public String getStatus()
public void setStatus(String status)
Copyright © 2024. All rights reserved.