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

All Known Implementing Classes:
CheckoutSeed

public interface CheckoutResponse


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

Method Detail

getInfos

Map<PaymentInfo,Referenced> getInfos()

getOrder

Order getOrder()

getPaymentResponse

PaymentResponse getPaymentResponse()


Copyright © 2013. All Rights Reserved.