org.broadleafcommerce.core.web.api.wrapper
public class PaymentResponseItemWrapper extends BaseWrapper implements APIWrapper<PaymentResponseItem>
| Modifier and Type | Field and Description |
|---|---|
protected List<MapElementWrapper> |
additionalFields |
protected Long |
paymentInfoId |
protected String |
processorResponseCode |
protected Boolean |
transactionSuccess |
context| Constructor and Description |
|---|
PaymentResponseItemWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrap(PaymentResponseItem model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long paymentInfoId
protected Boolean transactionSuccess
protected String processorResponseCode
protected List<MapElementWrapper> additionalFields
public void wrap(PaymentResponseItem model, javax.servlet.http.HttpServletRequest request)
wrap in interface APIWrapper<PaymentResponseItem>Copyright © 2015. All Rights Reserved.