Class WeChatPayConfiguration

java.lang.Object
de.hybris.platform.chinesepspwechatpayservices.wechatpay.WeChatPayConfiguration

public class WeChatPayConfiguration extends Object
Wechat Pay related configurations
  • Constructor Details

    • WeChatPayConfiguration

      public WeChatPayConfiguration()
  • Method Details

    • getAppId

      public String getAppId()
      Returns:
      the appId
    • setAppId

      public void setAppId(String appId)
      Parameters:
      appId - the appId to set
    • getAppSecret

      public String getAppSecret()
      Returns:
      the appSecret
    • setAppSecret

      public void setAppSecret(String appSecret)
      Parameters:
      appSecret - the appSecret to set
    • getMechId

      public String getMechId()
      Returns:
      the mechId
    • setMechId

      public void setMechId(String mechId)
      Parameters:
      mechId - the mechId to set
    • getOauthURL

      public String getOauthURL()
      Returns:
      the oauthURL
    • setOauthURL

      public void setOauthURL(String oauthURL)
      Parameters:
      oauthURL - the oauthURL to set
    • getAccessTokenURL

      public String getAccessTokenURL()
      Returns:
      the accessTokenURL
    • setAccessTokenURL

      public void setAccessTokenURL(String accessTokenURL)
      Parameters:
      accessTokenURL - the accessTokenURL to set
    • getUnifiedOrderURL

      public String getUnifiedOrderURL()
      Returns:
      the unifiedOrderURL
    • setUnifiedOrderURL

      public void setUnifiedOrderURL(String unifiedOrderURL)
      Parameters:
      unifiedOrderURL - the unifiedOrderURL to set
    • getOrderQueryURL

      public String getOrderQueryURL()
      Returns:
      the orderQueryURL
    • setOrderQueryURL

      public void setOrderQueryURL(String orderQueryURL)
      Parameters:
      orderQueryURL - the orderQueryURL to set
    • getMechKey

      public String getMechKey()
      Returns:
      the mechKey
    • setMechKey

      public void setMechKey(String mechKey)
      Parameters:
      mechKey - the mechKey to set
    • getTestMode

      public String getTestMode()
      Returns:
      the testMode
    • setTestMode

      public void setTestMode(String testMode)
      Parameters:
      testMode - the testMode to set
    • getTimeout

      public Integer getTimeout()
      Returns:
      the timeout
    • setTimeout

      public void setTimeout(Integer timeout)
      Parameters:
      timeout - the timeout to set