org.broadleafcommerce.core.web.api.wrapper
Class PaymentResponseItemWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.PaymentResponseItemWrapper
- All Implemented Interfaces:
- APIWrapper<PaymentResponseItem>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class PaymentResponseItemWrapper
- extends BaseWrapper
- implements APIWrapper<PaymentResponseItem>
This is a JAXB wrapper around PaymentResponseItem.
User: Elbert Bautista
Date: 4/26/12
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
paymentInfoId
protected Long paymentInfoId
transactionSuccess
protected Boolean transactionSuccess
processorResponseCode
protected String processorResponseCode
additionalFields
protected List<MapElementWrapper> additionalFields
PaymentResponseItemWrapper
public PaymentResponseItemWrapper()
wrap
public void wrap(PaymentResponseItem model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrap in interface APIWrapper<PaymentResponseItem>
Copyright © 2012. All Rights Reserved.