org.broadleafcommerce.core.payment.service.workflow
Class CombinedPaymentContextSeed
java.lang.Object
org.broadleafcommerce.core.payment.service.workflow.CombinedPaymentContextSeed
public class CombinedPaymentContextSeed
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CombinedPaymentContextSeed
public CombinedPaymentContextSeed(java.util.Map<PaymentInfo,Referenced> infos,
PaymentActionType actionType,
Money orderTotal,
PaymentResponse paymentResponse)
getInfos
public java.util.Map<PaymentInfo,Referenced> getInfos()
getActionType
public PaymentActionType getActionType()
getOrderTotal
public Money getOrderTotal()
getPaymentResponse
public PaymentResponse getPaymentResponse()
Copyright © 2012. All Rights Reserved.