public class WxPayRefundNotifyResult extends BaseWxPayResult implements Serializable
退款结果通知对象. Created by BinaryWang on 2017/8/27.
限定符和类型 | 类和说明 |
---|---|
static class |
WxPayRefundNotifyResult.ReqInfo
加密信息字段解密后的内容.
|
returnCode, returnMsg
构造器和说明 |
---|
WxPayRefundNotifyResult() |
限定符和类型 | 方法和说明 |
---|---|
void |
decryptReqInfo(String mchKey)
解密并解析reqInfo
|
static WxPayRefundNotifyResult |
fromXML(String xmlString,
String mchKey)
从xml字符串创建bean对象.
|
protected void |
loadReqInfo(String decryptedReqInfo) |
protected void |
loadXml(Document d)
从XML文档中加载属性,供子类覆盖加载额外的属性
|
checkResult, fenToYuan, fromXML, getLogger, getXmlValue, getXmlValueAsInt, openXML, readXmlInteger, readXmlInteger, readXmlLong, readXmlString, readXmlString, toMap, toString
public static WxPayRefundNotifyResult fromXML(String xmlString, String mchKey) throws WxPayException
xmlString
- xml字符串mchKey
- 商户密钥WxPayException
- the wx pay exceptionprotected void loadXml(Document d)
BaseWxPayResult
loadXml
在类中 BaseWxPayResult
d
- Documentpublic void decryptReqInfo(String mchKey) throws WxPayException
mchKey
- WxPayException
protected void loadReqInfo(String decryptedReqInfo)
Copyright © 2023. All rights reserved.