org.broadleafcommerce.core.payment.service
Interface CompositePaymentService
- All Known Implementing Classes:
- CompositePaymentServiceImpl
public interface CompositePaymentService
executePayment
CompositePaymentResponse executePayment(Order order,
java.util.Map<PaymentInfo,Referenced> payments,
PaymentResponse response)
throws PaymentException
- Throws:
PaymentException
executePayment
CompositePaymentResponse executePayment(Order order,
java.util.Map<PaymentInfo,Referenced> payments)
throws PaymentException
- Throws:
PaymentException
executePayment
CompositePaymentResponse executePayment(Order order)
throws PaymentException
- Throws:
PaymentException
Copyright © 2012. All Rights Reserved.