| Package | Description |
|---|---|
| org.killbill.billing.payment.api |
| Modifier and Type | Method and Description |
|---|---|
GatewayNotification |
PaymentGatewayApi.processNotification(java.lang.String notification,
java.lang.String pluginName,
java.lang.Iterable<PluginProperty> properties,
CallContext context)
Process a notification from the gateway
This potentially does more than just deserialize the payload.
|
GatewayNotification |
PaymentGatewayApi.processNotificationWithPaymentControl(java.lang.String notification,
java.lang.String pluginName,
java.lang.Iterable<PluginProperty> properties,
PaymentOptions paymentOptions,
CallContext context)
Process a notification from the gateway
This potentially does more than just deserialize the payload.
|
Copyright © 2010-2018. All Rights Reserved.