Uses of Class
de.hybris.platform.chinesepspalipayservices.data.AlipayRefundData
-
Packages that use AlipayRefundData Package Description de.hybris.platform.chinesepspalipayservices.strategies de.hybris.platform.chinesepspalipayservices.strategies.impl -
-
Uses of AlipayRefundData in de.hybris.platform.chinesepspalipayservices.strategies
Methods in de.hybris.platform.chinesepspalipayservices.strategies that return types with arguments of type AlipayRefundData Modifier and Type Method Description java.util.List<AlipayRefundData>AlipayHandleResponseStrategy. getAlipayRefundDataList(AlipayRefundNotification alipayRefundNotification)Gets refund data list from refund notificationMethod parameters in de.hybris.platform.chinesepspalipayservices.strategies with type arguments of type AlipayRefundData Modifier and Type Method Description java.util.Map<OrderModel,java.lang.Boolean>AlipayPaymentTransactionStrategy. updateForRefundNotification(java.util.List<AlipayRefundData> alipayRefundData)Updates transaction for refund notification -
Uses of AlipayRefundData in de.hybris.platform.chinesepspalipayservices.strategies.impl
Methods in de.hybris.platform.chinesepspalipayservices.strategies.impl that return types with arguments of type AlipayRefundData Modifier and Type Method Description java.util.List<AlipayRefundData>DefaultAlipayHandleResponseStrategy. getAlipayRefundDataList(AlipayRefundNotification alipayRefundNotification)Method parameters in de.hybris.platform.chinesepspalipayservices.strategies.impl with type arguments of type AlipayRefundData Modifier and Type Method Description java.util.Map<OrderModel,java.lang.Boolean>DefaultAlipayPaymentTransactionStrategy. updateForRefundNotification(java.util.List<AlipayRefundData> alipayRefundData)
-