public class AlipayEbppInstserviceDeductConfirmModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayEbppInstserviceDeductConfirmModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAgreementId() |
String |
getBillKey() |
String |
getBizType() |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getExtendField() |
String |
getInstId() |
String |
getOpenId() |
String |
getOutAgreementId() |
String |
getProcessId() |
String |
getResult() |
String |
getSubBizType() |
String |
getUserId() |
void |
setAgreementId(String agreementId) |
void |
setBillKey(String billKey) |
void |
setBizType(String bizType) |
void |
setErrorCode(String errorCode) |
void |
setErrorMessage(String errorMessage) |
void |
setExtendField(String extendField) |
void |
setInstId(String instId) |
void |
setOpenId(String openId) |
void |
setOutAgreementId(String outAgreementId) |
void |
setProcessId(String processId) |
void |
setResult(String result) |
void |
setSubBizType(String subBizType) |
void |
setUserId(String userId) |
public String getAgreementId()
public void setAgreementId(String agreementId)
public String getBillKey()
public void setBillKey(String billKey)
public String getBizType()
public void setBizType(String bizType)
public String getErrorCode()
public void setErrorCode(String errorCode)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public String getExtendField()
public void setExtendField(String extendField)
public String getInstId()
public void setInstId(String instId)
public String getOpenId()
public void setOpenId(String openId)
public String getOutAgreementId()
public void setOutAgreementId(String outAgreementId)
public String getProcessId()
public void setProcessId(String processId)
public String getResult()
public void setResult(String result)
public String getSubBizType()
public void setSubBizType(String subBizType)
public String getUserId()
public void setUserId(String userId)
Copyright © 2023. All rights reserved.