Class WeChatPayConfiguration


  • public class WeChatPayConfiguration
    extends java.lang.Object
    Wechat Pay related configurations
    • Constructor Detail

      • WeChatPayConfiguration

        public WeChatPayConfiguration()
    • Method Detail

      • getAppId

        public java.lang.String getAppId()
        Returns:
        the appId
      • setAppId

        public void setAppId​(java.lang.String appId)
        Parameters:
        appId - the appId to set
      • getAppSecret

        public java.lang.String getAppSecret()
        Returns:
        the appSecret
      • setAppSecret

        public void setAppSecret​(java.lang.String appSecret)
        Parameters:
        appSecret - the appSecret to set
      • getMechId

        public java.lang.String getMechId()
        Returns:
        the mechId
      • setMechId

        public void setMechId​(java.lang.String mechId)
        Parameters:
        mechId - the mechId to set
      • getOauthURL

        public java.lang.String getOauthURL()
        Returns:
        the oauthURL
      • setOauthURL

        public void setOauthURL​(java.lang.String oauthURL)
        Parameters:
        oauthURL - the oauthURL to set
      • getAccessTokenURL

        public java.lang.String getAccessTokenURL()
        Returns:
        the accessTokenURL
      • setAccessTokenURL

        public void setAccessTokenURL​(java.lang.String accessTokenURL)
        Parameters:
        accessTokenURL - the accessTokenURL to set
      • getUnifiedOrderURL

        public java.lang.String getUnifiedOrderURL()
        Returns:
        the unifiedOrderURL
      • setUnifiedOrderURL

        public void setUnifiedOrderURL​(java.lang.String unifiedOrderURL)
        Parameters:
        unifiedOrderURL - the unifiedOrderURL to set
      • getOrderQueryURL

        public java.lang.String getOrderQueryURL()
        Returns:
        the orderQueryURL
      • setOrderQueryURL

        public void setOrderQueryURL​(java.lang.String orderQueryURL)
        Parameters:
        orderQueryURL - the orderQueryURL to set
      • getMechKey

        public java.lang.String getMechKey()
        Returns:
        the mechKey
      • setMechKey

        public void setMechKey​(java.lang.String mechKey)
        Parameters:
        mechKey - the mechKey to set
      • getTestMode

        public java.lang.String getTestMode()
        Returns:
        the testMode
      • setTestMode

        public void setTestMode​(java.lang.String testMode)
        Parameters:
        testMode - the testMode to set
      • getTimeout

        public java.lang.Integer getTimeout()
        Returns:
        the timeout
      • setTimeout

        public void setTimeout​(java.lang.Integer timeout)
        Parameters:
        timeout - the timeout to set