org.broadleafcommerce.core.payment.service.workflow
Class PaymentSeed
java.lang.Object
org.broadleafcommerce.core.payment.service.workflow.PaymentSeed
- All Implemented Interfaces:
- CompositePaymentResponse
public class PaymentSeed
- extends Object
- implements CompositePaymentResponse
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaymentSeed
public PaymentSeed(Order order,
Map<PaymentInfo,Referenced> infos,
PaymentResponse paymentResponse)
getInfos
public Map<PaymentInfo,Referenced> getInfos()
- Specified by:
getInfos in interface CompositePaymentResponse
getOrder
public Order getOrder()
- Specified by:
getOrder in interface CompositePaymentResponse
getPaymentResponse
public PaymentResponse getPaymentResponse()
- Specified by:
getPaymentResponse in interface CompositePaymentResponse
Copyright © 2013. All Rights Reserved.