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, fenToYuan, fromXML, getLogger, toMap, toStringpublic static WxPayRefundNotifyResult fromXML(String xmlString, String mchKey) throws WxPayException
xmlString - xml字符串mchKey - 商户密钥WxPayException - the wx pay exceptionCopyright © 2019. All rights reserved.