public class EbppBillKey extends AlipayObject
| Constructor and Description |
|---|
EbppBillKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBillKey()
Gets bill key.
|
String |
getBizType()
Gets biz type.
|
String |
getChargeInst()
Gets charge inst.
|
String |
getOwnerName()
Gets owner name.
|
String |
getSubBizType()
Gets sub biz type.
|
void |
setBillKey(String billKey)
Sets bill key.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setChargeInst(String chargeInst)
Sets charge inst.
|
void |
setOwnerName(String ownerName)
Sets owner name.
|
void |
setSubBizType(String subBizType)
Sets sub biz type.
|
public 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 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.