Package org.killbill.billing.payment.api
Interface PaymentOptions
-
public interface PaymentOptionsThe retryOnFailure parameter will be passed to the plugin to allow or not for retry logic after the call has failed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getPaymentControlPluginNames()If the pluginName is null, payment code will bypass invocation of any payment retry logic.booleanisExternalPayment()Whether this payment occurred outside of the system and should only be recorded as being successful
-