public class AlipayEbppBillkeyUpgradeModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayEbppBillkeyUpgradeModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBillKey() |
String |
getBizType() |
String |
getChargeInst() |
String |
getNewBillKey() |
String |
getOperationType() |
String |
getSubBizType() |
void |
setBillKey(String billKey) |
void |
setBizType(String bizType) |
void |
setChargeInst(String chargeInst) |
void |
setNewBillKey(String newBillKey) |
void |
setOperationType(String operationType) |
void |
setSubBizType(String subBizType) |
public String getBillKey()
public void setBillKey(String billKey)
public String getBizType()
public void setBizType(String bizType)
public String getChargeInst()
public void setChargeInst(String chargeInst)
public String getNewBillKey()
public void setNewBillKey(String newBillKey)
public String getOperationType()
public void setOperationType(String operationType)
public String getSubBizType()
public void setSubBizType(String subBizType)
Copyright © 2023. All rights reserved.