Class WeChatPayConfiguration
java.lang.Object
de.hybris.platform.chinesepspwechatpayservices.wechatpay.WeChatPayConfiguration
Wechat Pay related configurations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAppId()voidsetAccessTokenURL(String accessTokenURL) voidvoidsetAppSecret(String appSecret) voidvoidsetMechKey(String mechKey) voidsetOauthURL(String oauthURL) voidsetOrderQueryURL(String orderQueryURL) voidsetTestMode(String testMode) voidsetTimeout(Integer timeout) voidsetUnifiedOrderURL(String unifiedOrderURL)
-
Constructor Details
-
WeChatPayConfiguration
public WeChatPayConfiguration()
-
-
Method Details
-
getAppId
- Returns:
- the appId
-
setAppId
- Parameters:
appId- the appId to set
-
getAppSecret
- Returns:
- the appSecret
-
setAppSecret
- Parameters:
appSecret- the appSecret to set
-
getMechId
- Returns:
- the mechId
-
setMechId
- Parameters:
mechId- the mechId to set
-
getOauthURL
- Returns:
- the oauthURL
-
setOauthURL
- Parameters:
oauthURL- the oauthURL to set
-
getAccessTokenURL
- Returns:
- the accessTokenURL
-
setAccessTokenURL
- Parameters:
accessTokenURL- the accessTokenURL to set
-
getUnifiedOrderURL
- Returns:
- the unifiedOrderURL
-
setUnifiedOrderURL
- Parameters:
unifiedOrderURL- the unifiedOrderURL to set
-
getOrderQueryURL
- Returns:
- the orderQueryURL
-
setOrderQueryURL
- Parameters:
orderQueryURL- the orderQueryURL to set
-
getMechKey
- Returns:
- the mechKey
-
setMechKey
- Parameters:
mechKey- the mechKey to set
-
getTestMode
- Returns:
- the testMode
-
setTestMode
- Parameters:
testMode- the testMode to set
-
getTimeout
- Returns:
- the timeout
-
setTimeout
- Parameters:
timeout- the timeout to set
-