Uses of Class
cz.gopay.api.v3.model.payment.support.Callback
-
Packages that use Callback Package Description cz.gopay.api.v3.model.payment cz.gopay.api.v3.model.payment.support -
-
Uses of Callback in cz.gopay.api.v3.model.payment
Methods in cz.gopay.api.v3.model.payment that return Callback Modifier and Type Method Description CallbackBasePayment. getCallback()Methods in cz.gopay.api.v3.model.payment with parameters of type Callback Modifier and Type Method Description voidBasePayment. setCallback(Callback callback)BasePaymentBuilderBasePaymentBuilder. withCallback(Callback callback) -
Uses of Callback in cz.gopay.api.v3.model.payment.support
Methods in cz.gopay.api.v3.model.payment.support that return Callback Modifier and Type Method Description static CallbackCallback. of(String notificationUrl)static CallbackCallback. of(String returnUrl, String notificationUrl)
-