Uses of Class
de.hybris.platform.chinesepspalipayservices.exception.AlipayException
-
Packages that use AlipayException Package Description de.hybris.platform.chinesepspalipayservices.strategies de.hybris.platform.chinesepspalipayservices.strategies.impl -
-
Uses of AlipayException in de.hybris.platform.chinesepspalipayservices.strategies
Methods in de.hybris.platform.chinesepspalipayservices.strategies that throw AlipayException Modifier and Type Method Description java.lang.StringAlipayCreateRequestStrategy. createDirectPayUrl(AlipayDirectPayRequestData requestData)Creates direct_pay_url from request datajava.lang.StringAlipayCreateRequestStrategy. createRefundUrl(AlipayRefundRequestData refundData)Creates refund url by alipay refund request data -
Uses of AlipayException in de.hybris.platform.chinesepspalipayservices.strategies.impl
Methods in de.hybris.platform.chinesepspalipayservices.strategies.impl that throw AlipayException Modifier and Type Method Description java.lang.StringDefaultAlipayCreateRequestStrategy. createDirectPayUrl(AlipayDirectPayRequestData requestData)java.lang.StringDefaultAlipayCreateRequestStrategy. createRefundUrl(AlipayRefundRequestData refundData)
-