Class AlipayConfiguration

java.lang.Object
de.hybris.platform.chinesepspalipayservices.alipay.AlipayConfiguration

public class AlipayConfiguration extends Object
alipay configuration
  • Constructor Details

    • AlipayConfiguration

      public AlipayConfiguration()
  • Method Details

    • getRequestPrice

      public String getRequestPrice(double orderPrice)
    • getRefundPrice

      public String getRefundPrice(double orderPrice)
    • getWebPartner

      public String getWebPartner()
      Returns:
      the webPartner
    • setWebPartner

      public void setWebPartner(String webPartner)
      Parameters:
      webPartner - the webPartner to set
    • getWebKey

      public String getWebKey()
      Returns:
      the webKey
    • setWebKey

      public void setWebKey(String webKey)
      Parameters:
      webKey - the webKey to set
    • getWebSellerEmail

      public String getWebSellerEmail()
      Returns:
      the webSellerEmail
    • setWebSellerEmail

      public void setWebSellerEmail(String webSellerEmail)
      Parameters:
      webSellerEmail - the webSellerEmail to set
    • getWebGateway

      public String getWebGateway()
      Returns:
      the webGateway
    • getConfiguredWebGateway

      protected String getConfiguredWebGateway()
    • setWebGateway

      public void setWebGateway(String webGateway)
      Parameters:
      webGateway - the webGateway to set
    • getWapPartner

      public String getWapPartner()
      Returns:
      the wapPartner
    • setWapPartner

      public void setWapPartner(String wapPartner)
      Parameters:
      wapPartner - the wapPartner to set
    • getWapKey

      public String getWapKey()
      Returns:
      the wapKey
    • setWapKey

      public void setWapKey(String wapKey)
      Parameters:
      wapKey - the wapKey to set
    • getWapSeller

      public String getWapSeller()
      Returns:
      the wapSeller
    • setWapSeller

      public void setWapSeller(String wapSeller)
      Parameters:
      wapSeller - the wapSeller to set
    • getWapRsaPrivate

      public String getWapRsaPrivate()
      Returns:
      the wapRsaPrivate
    • setWapRsaPrivate

      public void setWapRsaPrivate(String wapRsaPrivate)
      Parameters:
      wapRsaPrivate - the wapRsaPrivate to set
    • getWapRsaAlipayPublic

      public String getWapRsaAlipayPublic()
      Returns:
      the wapRsaAlipayPublic
    • setWapRsaAlipayPublic

      public void setWapRsaAlipayPublic(String wapRsaAlipayPublic)
      Parameters:
      wapRsaAlipayPublic - the wapRsaAlipayPublic to set
    • getWapGateway

      public String getWapGateway()
      Returns:
      the wapGateway
    • setWapGateway

      public void setWapGateway(String wapGateway)
      Parameters:
      wapGateway - the wapGateway to set
    • getRequestTimeout

      public String getRequestTimeout()
      Returns:
      the requestTimeout
    • setRequestTimeout

      public void setRequestTimeout(String requestTimeout)
      Parameters:
      requestTimeout - the requestTimeout to set
    • getRequestSubject

      public String getRequestSubject()
      Returns:
      the requestSubject
    • setRequestSubject

      public void setRequestSubject(String requestSubject)
      Parameters:
      requestSubject - the requestSubject to set
    • getHttpsVerifyUrl

      public String getHttpsVerifyUrl()
    • getConfiguredVerifyUrl

      protected String getConfiguredVerifyUrl()
    • setHttpsVerifyUrl

      public void setHttpsVerifyUrl(String httpsVerifyUrl)
    • getRefundBatchNoTimezone

      public String getRefundBatchNoTimezone()
    • setRefundBatchNoTimezone

      public void setRefundBatchNoTimezone(String refundBatchNoTimezone)
    • getAlipayTimezone

      public String getAlipayTimezone()
    • setAlipayTimezone

      public void setAlipayTimezone(String alipayTimezone)
    • getSignType

      public String getSignType()
    • setSignType

      public void setSignType(String signType)
    • getWapAuthServiceApiName

      public String getWapAuthServiceApiName()
    • setWapAuthServiceApiName

      public void setWapAuthServiceApiName(String wapAuthServiceApiName)
    • getWapTradeDirectApiName

      public String getWapTradeDirectApiName()
    • setWapTradeDirectApiName

      public void setWapTradeDirectApiName(String wapTradeDirectApiName)
    • getDirectPayServiceApiName

      public String getDirectPayServiceApiName()
    • setDirectPayServiceApiName

      public void setDirectPayServiceApiName(String directPayServiceApiName)
    • getDirectayPaymethodName

      public String getDirectayPaymethodName()
    • setDirectayPaymethodName

      public void setDirectayPaymethodName(String directayPaymethodName)
    • getExpressPaymethodName

      public String getExpressPaymethodName()
    • setExpressPaymethodName

      public void setExpressPaymethodName(String expressPaymethodName)
    • getCloseTradeServiceApiName

      public String getCloseTradeServiceApiName()
    • setCloseTradeServiceApiName

      public void setCloseTradeServiceApiName(String closeTradeServiceApiName)
    • getCheckTradeServiceApiName

      public String getCheckTradeServiceApiName()
    • setCheckTradeServiceApiName

      public void setCheckTradeServiceApiName(String checkTradeServiceApiName)
    • getRefundServiceApiName

      public String getRefundServiceApiName()
    • setRefundServiceApiName

      public void setRefundServiceApiName(String refundServiceApiName)
    • getWebSellerId

      public String getWebSellerId()
    • setWebSellerId

      public void setWebSellerId(String webSellerId)
    • getRefundReason

      public String getRefundReason()
    • setRefundReason

      public void setRefundReason(String refundReason)
    • getBaseSiteService

      protected BaseSiteService getBaseSiteService()
    • setBaseSiteService

      public void setBaseSiteService(BaseSiteService baseSiteService)
    • getSiteBaseUrlResolutionService

      protected SiteBaseUrlResolutionService getSiteBaseUrlResolutionService()
    • setSiteBaseUrlResolutionService

      public void setSiteBaseUrlResolutionService(SiteBaseUrlResolutionService siteBaseUrlResolutionService)