public interface CompositePaymentService
| Modifier and Type | Method and Description |
|---|---|
CompositePaymentResponse |
executePayment(Order order) |
CompositePaymentResponse |
executePayment(Order order,
Map<PaymentInfo,Referenced> payments) |
CompositePaymentResponse |
executePayment(Order order,
Map<PaymentInfo,Referenced> payments,
PaymentResponse response) |
CompositePaymentResponse |
executePaymentForGateway(Order order,
PaymentInfoFactory paymentInfoFactory) |
CompositePaymentResponse executePayment(Order order, Map<PaymentInfo,Referenced> payments, PaymentResponse response) throws PaymentException
PaymentExceptionCompositePaymentResponse executePayment(Order order, Map<PaymentInfo,Referenced> payments) throws PaymentException
PaymentExceptionCompositePaymentResponse executePayment(Order order) throws PaymentException
PaymentExceptionCompositePaymentResponse executePaymentForGateway(Order order, PaymentInfoFactory paymentInfoFactory) throws PaymentException
PaymentExceptionCopyright © 2014. All Rights Reserved.