public class RepayDetail extends AlipayObject
Constructor and Description |
---|
RepayDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getCapitalAmount()
Gets capital amount.
|
String |
getContractNo()
Gets contract no.
|
String |
getInterestAmount()
Gets interest amount.
|
String |
getLoanYear()
Gets loan year.
|
String |
getTotalAmount()
Gets total amount.
|
void |
setCapitalAmount(String capitalAmount)
Sets capital amount.
|
void |
setContractNo(String contractNo)
Sets contract no.
|
void |
setInterestAmount(String interestAmount)
Sets interest amount.
|
void |
setLoanYear(String loanYear)
Sets loan year.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
public String getCapitalAmount()
public void setCapitalAmount(String capitalAmount)
capitalAmount
- the capital amountpublic String getContractNo()
public void setContractNo(String contractNo)
contractNo
- the contract nopublic String getInterestAmount()
public void setInterestAmount(String interestAmount)
interestAmount
- the interest amountpublic String getLoanYear()
public void setLoanYear(String loanYear)
loanYear
- the loan yearpublic String getTotalAmount()
public void setTotalAmount(String totalAmount)
totalAmount
- the total amountCopyright © 2018. All rights reserved.