Package com.foxinmy.weixin4j.payment.mch
Class AbstractPayRequest
- java.lang.Object
-
- com.foxinmy.weixin4j.payment.mch.AbstractPayRequest
-
- All Implemented Interfaces:
MchPayRequest
- Direct Known Subclasses:
APPPayRequest
,JSAPIPayRequest
,NATIVEPayRequest
,WAPPayRequest
@Deprecated public abstract class AbstractPayRequest extends Object implements MchPayRequest
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description protected WeixinSignature
weixinSignature
Deprecated.
-
Constructor Summary
Constructors Constructor Description AbstractPayRequest(String prePayId, WeixinPayAccount paymentAccount)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description WeixinPayAccount
getPaymentAccount()
Deprecated.支付账号String
getPrePayId()
Deprecated.预支付交易ID-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.foxinmy.weixin4j.payment.mch.MchPayRequest
getPaymentType, toRequestObject, toRequestString
-
-
-
-
Field Detail
-
weixinSignature
protected final WeixinSignature weixinSignature
Deprecated.
-
-
Constructor Detail
-
AbstractPayRequest
public AbstractPayRequest(String prePayId, WeixinPayAccount paymentAccount)
Deprecated.
-
-
Method Detail
-
getPrePayId
public String getPrePayId()
Deprecated.Description copied from interface:MchPayRequest
预支付交易ID- Specified by:
getPrePayId
in interfaceMchPayRequest
- Returns:
-
getPaymentAccount
public WeixinPayAccount getPaymentAccount()
Deprecated.Description copied from interface:MchPayRequest
支付账号- Specified by:
getPaymentAccount
in interfaceMchPayRequest
- Returns:
-
-