org.broadleafcommerce.core.payment.service.workflow
Class CombinedPaymentContextSeed

java.lang.Object
  extended by org.broadleafcommerce.core.payment.service.workflow.CombinedPaymentContextSeed

public class CombinedPaymentContextSeed
extends Object


Constructor Summary
CombinedPaymentContextSeed(Map<PaymentInfo,Referenced> infos, PaymentActionType actionType, Money orderTotal, PaymentResponse paymentResponse)
           
 
Method Summary
 PaymentActionType getActionType()
           
 Map<PaymentInfo,Referenced> getInfos()
           
 Money getOrderTotal()
           
 PaymentResponse getPaymentResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombinedPaymentContextSeed

public CombinedPaymentContextSeed(Map<PaymentInfo,Referenced> infos,
                                  PaymentActionType actionType,
                                  Money orderTotal,
                                  PaymentResponse paymentResponse)
Method Detail

getInfos

public Map<PaymentInfo,Referenced> getInfos()

getActionType

public PaymentActionType getActionType()

getOrderTotal

public Money getOrderTotal()

getPaymentResponse

public PaymentResponse getPaymentResponse()


Copyright © 2012. All Rights Reserved.