Class PayfaceAuthinfo
- java.lang.Object
-
- com.foxinmy.weixin4j.http.weixin.XmlResult
-
- com.foxinmy.weixin4j.pay.payment.mch.MerchantResult
-
- com.foxinmy.weixin4j.pay.payment.face.PayfaceAuthinfo
-
- All Implemented Interfaces:
Serializable
public class PayfaceAuthinfo extends MerchantResult
微信刷脸支付交互流程--获取调用凭证(get_wxpayface_authinfo)接口响应结果- Since:
- JDK 1.6
- Author:
- kit(kit_21cn@21cn.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PayfaceAuthinfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthinfo()
int
getExpiresIn()
void
setAuthinfo(String authinfo)
void
setExpiresIn(int expiresIn)
String
toString()
-
Methods inherited from class com.foxinmy.weixin4j.pay.payment.mch.MerchantResult
getAppId, getDeviceInfo, getFormatRecall, getMchId, getNonceStr, getRecall, getSign, getSignType, getSubAppId, getSubMchId, setAppId, setDeviceInfo, setMchId, setNonceStr, setRecall, setSign, setSignType, setSubAppId, setSubMchId
-
Methods inherited from class com.foxinmy.weixin4j.http.weixin.XmlResult
getErrCode, getErrCodeDes, getResultCode, getReturnCode, getReturnMsg, setErrCode, setErrCodeDes, setResultCode, setReturnCode, setReturnMsg
-
-
-
-
Method Detail
-
getExpiresIn
public int getExpiresIn()
-
setExpiresIn
public void setExpiresIn(int expiresIn)
-
getAuthinfo
public String getAuthinfo()
-
setAuthinfo
public void setAuthinfo(String authinfo)
-
toString
public String toString()
- Overrides:
toString
in classMerchantResult
-
-