public class EbppUserChargeInstInfo extends AlipayObject
| Constructor and Description |
|---|
EbppUserChargeInstInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBizType()
Gets biz type.
|
String |
getChargeInst()
Gets charge inst.
|
String |
getChargeInstName()
Gets charge inst name.
|
String |
getSubBizType()
Gets sub biz type.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setChargeInst(String chargeInst)
Sets charge inst.
|
void |
setChargeInstName(String chargeInstName)
Sets charge inst name.
|
void |
setSubBizType(String subBizType)
Sets sub biz type.
|
public String getBizType()
public void setBizType(String bizType)
bizType - the biz typepublic String getChargeInst()
public void setChargeInst(String chargeInst)
chargeInst - the charge instpublic String getChargeInstName()
public void setChargeInstName(String chargeInstName)
chargeInstName - the charge inst namepublic String getSubBizType()
public void setSubBizType(String subBizType)
subBizType - the sub biz typeCopyright © 2018. All rights reserved.