Class AlipayConfiguration
java.lang.Object
de.hybris.platform.chinesepspalipayservices.alipay.AlipayConfiguration
alipay configuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BaseSiteServiceprotected Stringprotected StringgetRefundPrice(double orderPrice) getRequestPrice(double orderPrice) protected SiteBaseUrlResolutionServicevoidsetAlipayTimezone(String alipayTimezone) voidsetBaseSiteService(BaseSiteService baseSiteService) voidsetCheckTradeServiceApiName(String checkTradeServiceApiName) voidsetCloseTradeServiceApiName(String closeTradeServiceApiName) voidsetDirectayPaymethodName(String directayPaymethodName) voidsetDirectPayServiceApiName(String directPayServiceApiName) voidsetExpressPaymethodName(String expressPaymethodName) voidsetHttpsVerifyUrl(String httpsVerifyUrl) voidsetRefundBatchNoTimezone(String refundBatchNoTimezone) voidsetRefundReason(String refundReason) voidsetRefundServiceApiName(String refundServiceApiName) voidsetRequestSubject(String requestSubject) voidsetRequestTimeout(String requestTimeout) voidsetSignType(String signType) voidsetSiteBaseUrlResolutionService(SiteBaseUrlResolutionService siteBaseUrlResolutionService) voidsetWapAuthServiceApiName(String wapAuthServiceApiName) voidsetWapGateway(String wapGateway) voidvoidsetWapPartner(String wapPartner) voidsetWapRsaAlipayPublic(String wapRsaAlipayPublic) voidsetWapRsaPrivate(String wapRsaPrivate) voidsetWapSeller(String wapSeller) voidsetWapTradeDirectApiName(String wapTradeDirectApiName) voidsetWebGateway(String webGateway) voidvoidsetWebPartner(String webPartner) voidsetWebSellerEmail(String webSellerEmail) voidsetWebSellerId(String webSellerId)
-
Constructor Details
-
AlipayConfiguration
public AlipayConfiguration()
-
-
Method Details
-
getRequestPrice
-
getRefundPrice
-
getWebPartner
- Returns:
- the webPartner
-
setWebPartner
- Parameters:
webPartner- the webPartner to set
-
getWebKey
- Returns:
- the webKey
-
setWebKey
- Parameters:
webKey- the webKey to set
-
getWebSellerEmail
- Returns:
- the webSellerEmail
-
setWebSellerEmail
- Parameters:
webSellerEmail- the webSellerEmail to set
-
getWebGateway
- Returns:
- the webGateway
-
getConfiguredWebGateway
-
setWebGateway
- Parameters:
webGateway- the webGateway to set
-
getWapPartner
- Returns:
- the wapPartner
-
setWapPartner
- Parameters:
wapPartner- the wapPartner to set
-
getWapKey
- Returns:
- the wapKey
-
setWapKey
- Parameters:
wapKey- the wapKey to set
-
getWapSeller
- Returns:
- the wapSeller
-
setWapSeller
- Parameters:
wapSeller- the wapSeller to set
-
getWapRsaPrivate
- Returns:
- the wapRsaPrivate
-
setWapRsaPrivate
- Parameters:
wapRsaPrivate- the wapRsaPrivate to set
-
getWapRsaAlipayPublic
- Returns:
- the wapRsaAlipayPublic
-
setWapRsaAlipayPublic
- Parameters:
wapRsaAlipayPublic- the wapRsaAlipayPublic to set
-
getWapGateway
- Returns:
- the wapGateway
-
setWapGateway
- Parameters:
wapGateway- the wapGateway to set
-
getRequestTimeout
- Returns:
- the requestTimeout
-
setRequestTimeout
- Parameters:
requestTimeout- the requestTimeout to set
-
getRequestSubject
- Returns:
- the requestSubject
-
setRequestSubject
- Parameters:
requestSubject- the requestSubject to set
-
getHttpsVerifyUrl
-
getConfiguredVerifyUrl
-
setHttpsVerifyUrl
-
getRefundBatchNoTimezone
-
setRefundBatchNoTimezone
-
getAlipayTimezone
-
setAlipayTimezone
-
getSignType
-
setSignType
-
getWapAuthServiceApiName
-
setWapAuthServiceApiName
-
getWapTradeDirectApiName
-
setWapTradeDirectApiName
-
getDirectPayServiceApiName
-
setDirectPayServiceApiName
-
getDirectayPaymethodName
-
setDirectayPaymethodName
-
getExpressPaymethodName
-
setExpressPaymethodName
-
getCloseTradeServiceApiName
-
setCloseTradeServiceApiName
-
getCheckTradeServiceApiName
-
setCheckTradeServiceApiName
-
getRefundServiceApiName
-
setRefundServiceApiName
-
getWebSellerId
-
setWebSellerId
-
getRefundReason
-
setRefundReason
-
getBaseSiteService
-
setBaseSiteService
-
getSiteBaseUrlResolutionService
-
setSiteBaseUrlResolutionService
public void setSiteBaseUrlResolutionService(SiteBaseUrlResolutionService siteBaseUrlResolutionService)
-