public class ConsumerLoanBillInfo extends AlipayObject
| 构造器和说明 |
|---|
ConsumerLoanBillInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ConsumerLoanBillInfoItem> |
getBillList() |
ConsumerLoanLoanInfo |
getLoanInfo() |
Long |
getPeriodCount() |
Long |
getRepayAmount() |
ConsumerLoanBillRepayPlanInfo |
getRepayPlan() |
void |
setBillList(List<ConsumerLoanBillInfoItem> billList) |
void |
setLoanInfo(ConsumerLoanLoanInfo loanInfo) |
void |
setPeriodCount(Long periodCount) |
void |
setRepayAmount(Long repayAmount) |
void |
setRepayPlan(ConsumerLoanBillRepayPlanInfo repayPlan) |
public List<ConsumerLoanBillInfoItem> getBillList()
public void setBillList(List<ConsumerLoanBillInfoItem> billList)
public ConsumerLoanLoanInfo getLoanInfo()
public void setLoanInfo(ConsumerLoanLoanInfo loanInfo)
public Long getPeriodCount()
public void setPeriodCount(Long periodCount)
public Long getRepayAmount()
public void setRepayAmount(Long repayAmount)
public ConsumerLoanBillRepayPlanInfo getRepayPlan()
public void setRepayPlan(ConsumerLoanBillRepayPlanInfo repayPlan)
Copyright © 2024. All rights reserved.