Interface YookassaHandlerService
-
- All Known Implementing Classes:
YookassaHandlerServiceImpl
public interface YookassaHandlerService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
handleCustomerDeletedEvent(org.json.JSONObject request)
java.lang.Object
handlePaymentCreatedEvent(org.json.JSONObject request)
java.lang.Object
handlePaymentFailedEvent(org.json.JSONObject request)
java.lang.Object
handlePaymentSucceededEvent(org.json.JSONObject request, javax.servlet.http.HttpSession httpSession)
java.lang.Object
handlePayoutPaidEvent(org.json.JSONObject request, javax.servlet.http.HttpSession httpSession)
java.lang.Object
handleSubscriptionCanceledEvent(org.json.JSONObject request)
java.lang.Object
handleSubscriptionDeletedEvent(org.json.JSONObject request)
-
-
-
Method Detail
-
handlePayoutPaidEvent
java.lang.Object handlePayoutPaidEvent(org.json.JSONObject request, javax.servlet.http.HttpSession httpSession)
-
handlePaymentFailedEvent
java.lang.Object handlePaymentFailedEvent(org.json.JSONObject request)
-
handlePaymentSucceededEvent
java.lang.Object handlePaymentSucceededEvent(org.json.JSONObject request, javax.servlet.http.HttpSession httpSession)
-
handlePaymentCreatedEvent
java.lang.Object handlePaymentCreatedEvent(org.json.JSONObject request)
-
handleSubscriptionCanceledEvent
java.lang.Object handleSubscriptionCanceledEvent(org.json.JSONObject request)
-
handleSubscriptionDeletedEvent
java.lang.Object handleSubscriptionDeletedEvent(org.json.JSONObject request)
-
handleCustomerDeletedEvent
java.lang.Object handleCustomerDeletedEvent(org.json.JSONObject request)
-
-