public class QueryInstBillInfo extends AlipayObject
| Constructor and Description |
|---|
QueryInstBillInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAmount()
Gets amount.
|
String |
getBalance()
Gets balance.
|
String |
getBillDate()
Gets bill date.
|
List<QueryInstBillDetail> |
getBillDetail()
Gets bill detail.
|
String |
getBillFines()
Gets bill fines.
|
String |
getBillKey()
Gets bill key.
|
String |
getBillUserName()
Gets bill user name.
|
String |
getChargeInst()
Gets charge inst.
|
String |
getChargeoffInst()
Gets chargeoff inst.
|
String |
getChargeUniqId()
Gets charge uniq id.
|
String |
getCompanyId()
Gets company id.
|
String |
getExtend()
Gets extend.
|
String |
getOrderType()
Gets order type.
|
String |
getOutId()
Gets out id.
|
String |
getReturnMessage()
Gets return message.
|
String |
getSubOrderType()
Gets sub order type.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setBalance(String balance)
Sets balance.
|
void |
setBillDate(String billDate)
Sets bill date.
|
void |
setBillDetail(List<QueryInstBillDetail> billDetail)
Sets bill detail.
|
void |
setBillFines(String billFines)
Sets bill fines.
|
void |
setBillKey(String billKey)
Sets bill key.
|
void |
setBillUserName(String billUserName)
Sets bill user name.
|
void |
setChargeInst(String chargeInst)
Sets charge inst.
|
void |
setChargeoffInst(String chargeoffInst)
Sets chargeoff inst.
|
void |
setChargeUniqId(String chargeUniqId)
Sets charge uniq id.
|
void |
setCompanyId(String companyId)
Sets company id.
|
void |
setExtend(String extend)
Sets extend.
|
void |
setOrderType(String orderType)
Sets order type.
|
void |
setOutId(String outId)
Sets out id.
|
void |
setReturnMessage(String returnMessage)
Sets return message.
|
void |
setSubOrderType(String subOrderType)
Sets sub order type.
|
public String getAmount()
public void setAmount(String amount)
amount - the amountpublic String getBalance()
public void setBalance(String balance)
balance - the balancepublic String getBillDate()
public void setBillDate(String billDate)
billDate - the bill datepublic List<QueryInstBillDetail> getBillDetail()
public void setBillDetail(List<QueryInstBillDetail> billDetail)
billDetail - the bill detailpublic String getBillFines()
public void setBillFines(String billFines)
billFines - the bill finespublic String getBillKey()
public void setBillKey(String billKey)
billKey - the bill keypublic String getBillUserName()
public void setBillUserName(String billUserName)
billUserName - the bill user namepublic String getChargeInst()
public void setChargeInst(String chargeInst)
chargeInst - the charge instpublic String getChargeUniqId()
public void setChargeUniqId(String chargeUniqId)
chargeUniqId - the charge uniq idpublic String getChargeoffInst()
public void setChargeoffInst(String chargeoffInst)
chargeoffInst - the chargeoff instpublic String getCompanyId()
public void setCompanyId(String companyId)
companyId - the company idpublic String getExtend()
public void setExtend(String extend)
extend - the extendpublic String getOrderType()
public void setOrderType(String orderType)
orderType - the order typepublic String getOutId()
public void setOutId(String outId)
outId - the out idpublic String getReturnMessage()
public void setReturnMessage(String returnMessage)
returnMessage - the return messagepublic String getSubOrderType()
public void setSubOrderType(String subOrderType)
subOrderType - the sub order typeCopyright © 2018. All rights reserved.