public class WxPayRefundNotifyResult extends BaseWxPayResult implements Serializable
退款结果通知对象 Created by BinaryWang on 2017/8/27.
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WxPayRefundNotifyResult.ReqInfo
加密信息字段解密后的内容
|
returnCode, returnMsg| 构造器和说明 |
|---|
WxPayRefundNotifyResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
static WxPayRefundNotifyResult |
fromXML(String xmlString,
String mchKey)
从xml字符串创建bean对象
|
checkResult, feeToYuan, fromXML, getLogger, getXmlDoc, getXmlValue, getXmlValueAsInt, toMap, toStringpublic static WxPayRefundNotifyResult fromXML(String xmlString, String mchKey) throws WxPayException
xmlString - xml字符串mchKey - 商户密钥WxPayExceptionCopyright © 2017. All rights reserved.