org.broadleafcommerce.core.checkout.service.workflow
Interface CheckoutResponse

All Known Implementing Classes:
CheckoutSeed

public interface CheckoutResponse


Method Summary
 java.util.Map<PaymentInfo,Referenced> getInfos()
           
 Order getOrder()
           
 PaymentResponse getPaymentResponse()
           
 

Method Detail

getInfos

java.util.Map<PaymentInfo,Referenced> getInfos()

getOrder

Order getOrder()

getPaymentResponse

PaymentResponse getPaymentResponse()


Copyright © 2012. All Rights Reserved.