public class EnrolledMerchantResult extends AlipayObject
| 构造器和说明 |
|---|
EnrolledMerchantResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrorCode() |
String |
getErrorMsg() |
String |
getMerchantId() |
String |
getResult() |
void |
setErrorCode(String errorCode) |
void |
setErrorMsg(String errorMsg) |
void |
setMerchantId(String merchantId) |
void |
setResult(String result) |
public String getErrorCode()
public void setErrorCode(String errorCode)
public String getErrorMsg()
public void setErrorMsg(String errorMsg)
public String getMerchantId()
public void setMerchantId(String merchantId)
public String getResult()
public void setResult(String result)
Copyright © 2023. All rights reserved.