public class OpenInvoiceCheckoutMethodFactory extends CheckoutMethodFactory
Constructor and Description |
---|
OpenInvoiceCheckoutMethodFactory(Application application) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Callable<java.util.List<CheckoutMethod>> |
initCheckoutMethods(PaymentSession paymentSession) |
java.util.concurrent.Callable<java.util.List<CheckoutMethod>> |
initOneClickCheckoutMethods(PaymentSession paymentSession) |
getApplication
public OpenInvoiceCheckoutMethodFactory(Application application)
public java.util.concurrent.Callable<java.util.List<CheckoutMethod>> initOneClickCheckoutMethods(PaymentSession paymentSession)
initOneClickCheckoutMethods
in class CheckoutMethodFactory
public java.util.concurrent.Callable<java.util.List<CheckoutMethod>> initCheckoutMethods(PaymentSession paymentSession)
initCheckoutMethods
in class CheckoutMethodFactory