public class ConsumerLoanBillAggInfo extends AlipayObject
| 构造器和说明 |
|---|
ConsumerLoanBillAggInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCurrentRepayAmount() |
String |
getExpanditurePublishDate() |
Long |
getExpireDays() |
Long |
getLastTotalPrincipalAmount() |
Long |
getNextRepayAmount() |
String |
getNextRepayDate() |
String |
getRepayDate() |
Boolean |
getSpecialAccount() |
String |
getStatus() |
void |
setCurrentRepayAmount(Long currentRepayAmount) |
void |
setExpanditurePublishDate(String expanditurePublishDate) |
void |
setExpireDays(Long expireDays) |
void |
setLastTotalPrincipalAmount(Long lastTotalPrincipalAmount) |
void |
setNextRepayAmount(Long nextRepayAmount) |
void |
setNextRepayDate(String nextRepayDate) |
void |
setRepayDate(String repayDate) |
void |
setSpecialAccount(Boolean specialAccount) |
void |
setStatus(String status) |
public Long getCurrentRepayAmount()
public void setCurrentRepayAmount(Long currentRepayAmount)
public String getExpanditurePublishDate()
public void setExpanditurePublishDate(String expanditurePublishDate)
public Long getExpireDays()
public void setExpireDays(Long expireDays)
public Long getLastTotalPrincipalAmount()
public void setLastTotalPrincipalAmount(Long lastTotalPrincipalAmount)
public Long getNextRepayAmount()
public void setNextRepayAmount(Long nextRepayAmount)
public String getNextRepayDate()
public void setNextRepayDate(String nextRepayDate)
public String getRepayDate()
public void setRepayDate(String repayDate)
public Boolean getSpecialAccount()
public void setSpecialAccount(Boolean specialAccount)
public String getStatus()
public void setStatus(String status)
Copyright © 2024. All rights reserved.