public interface CheckoutService
Modifier and Type | Method and Description |
---|---|
CheckoutResponse |
performCheckout(Order order) |
CheckoutResponse |
performCheckout(Order order,
Map<PaymentInfo,Referenced> payments) |
CheckoutResponse performCheckout(Order order) throws CheckoutException
CheckoutException
CheckoutResponse performCheckout(Order order, Map<PaymentInfo,Referenced> payments) throws CheckoutException
CheckoutException
Copyright © 2014. All rights reserved.