public class AlipayEbppJfexportInstbillQueryModel extends AlipayObject
| Constructor and Description |
|---|
AlipayEbppJfexportInstbillQueryModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBillDate()
Gets bill date.
|
String |
getBillKey()
Gets bill key.
|
String |
getBizType()
Gets biz type.
|
String |
getChargeInst()
Gets charge inst.
|
String |
getExtendField()
Gets extend field.
|
String |
getOwnerName()
Gets owner name.
|
String |
getSubBizType()
Gets sub biz type.
|
void |
setBillDate(String billDate)
Sets bill date.
|
void |
setBillKey(String billKey)
Sets bill key.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setChargeInst(String chargeInst)
Sets charge inst.
|
void |
setExtendField(String extendField)
Sets extend field.
|
void |
setOwnerName(String ownerName)
Sets owner name.
|
void |
setSubBizType(String subBizType)
Sets sub biz type.
|
public AlipayEbppJfexportInstbillQueryModel()
public String getBillDate()
public void setBillDate(String billDate)
billDate - the bill datepublic String getBillKey()
public void setBillKey(String billKey)
billKey - the bill keypublic String getBizType()
public void setBizType(String bizType)
bizType - the biz typepublic String getChargeInst()
public void setChargeInst(String chargeInst)
chargeInst - the charge instpublic String getExtendField()
public void setExtendField(String extendField)
extendField - the extend fieldpublic String getOwnerName()
public void setOwnerName(String ownerName)
ownerName - the owner namepublic String getSubBizType()
public void setSubBizType(String subBizType)
subBizType - the sub biz typeCopyright © 2018. All rights reserved.