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.ObjecthandleCustomerDeletedEvent(org.json.JSONObject request)java.lang.ObjecthandlePaymentCreatedEvent(org.json.JSONObject request)java.lang.ObjecthandlePaymentFailedEvent(org.json.JSONObject request)java.lang.ObjecthandlePaymentSucceededEvent(org.json.JSONObject request, javax.servlet.http.HttpSession httpSession)java.lang.ObjecthandlePayoutPaidEvent(org.json.JSONObject request, javax.servlet.http.HttpSession httpSession)java.lang.ObjecthandleSubscriptionCanceledEvent(org.json.JSONObject request)java.lang.ObjecthandleSubscriptionDeletedEvent(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)
-
-