public class AlipayEbppBillkeyUpgradeResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayEbppBillkeyUpgradeResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setBillKey(String billKey)
public String getBillKey()
public void setBizType(String bizType)
public String getBizType()
public void setChargeInst(String chargeInst)
public String getChargeInst()
public void setNewBillKey(String newBillKey)
public String getNewBillKey()
public void setOperationType(String operationType)
public String getOperationType()
public void setSubBizType(String subBizType)
public String getSubBizType()
Copyright © 2023. All rights reserved.