Uses of Interface
org.killbill.billing.payment.plugin.api.GatewayNotification
-
Packages that use GatewayNotification Package Description org.killbill.billing.payment.api -
-
Uses of GatewayNotification in org.killbill.billing.payment.api
Methods in org.killbill.billing.payment.api that return GatewayNotification Modifier and Type Method Description GatewayNotificationPaymentGatewayApi. processNotification(String notification, String pluginName, Iterable<PluginProperty> properties, CallContext context)Process a notification from the gatewayGatewayNotificationPaymentGatewayApi. processNotificationWithPaymentControl(String notification, String pluginName, Iterable<PluginProperty> properties, PaymentOptions paymentOptions, CallContext context)Process a notification from the gateway
-