com.broadleafcommerce.core.rest.api.v2.wrapper.PaymentTransactionWrapper@Deprecated public class PaymentTransactionWrapper extends BaseWrapper implements APIWrapper<PaymentTransaction>, APIUnwrapper<PaymentTransaction>
| Modifier and Type | Field and Description |
|---|---|
protected List<MapElementWrapper> |
additionalFields
Deprecated.
|
protected BigDecimal |
amount
Deprecated.
|
protected Currency |
currency
Deprecated.
|
protected String |
customerIpAddress
Deprecated.
|
protected Long |
id
Deprecated.
|
protected Long |
orderPaymentId
Deprecated.
|
protected Long |
parentTransactionId
Deprecated.
|
protected String |
rawResponse
Deprecated.
|
protected Boolean |
success
Deprecated.
|
protected String |
type
Deprecated.
|
context| Constructor and Description |
|---|
PaymentTransactionWrapper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<MapElementWrapper> |
getAdditionalFields()
Deprecated.
|
BigDecimal |
getAmount()
Deprecated.
|
Currency |
getCurrency()
Deprecated.
|
String |
getCustomerIpAddress()
Deprecated.
|
Long |
getId()
Deprecated.
|
Long |
getOrderPaymentId()
Deprecated.
|
Long |
getParentTransactionId()
Deprecated.
|
String |
getRawResponse()
Deprecated.
|
Boolean |
getSuccess()
Deprecated.
|
String |
getType()
Deprecated.
|
void |
setAdditionalFields(List<MapElementWrapper> additionalFields)
Deprecated.
|
void |
setAmount(BigDecimal amount)
Deprecated.
|
void |
setCurrency(Currency currency)
Deprecated.
|
void |
setCustomerIpAddress(String customerIpAddress)
Deprecated.
|
void |
setId(Long id)
Deprecated.
|
void |
setOrderPaymentId(Long orderPaymentId)
Deprecated.
|
void |
setParentTransactionId(Long parentTransactionId)
Deprecated.
|
void |
setRawResponse(String rawResponse)
Deprecated.
|
void |
setSuccess(Boolean success)
Deprecated.
|
void |
setType(String type)
Deprecated.
|
PaymentTransaction |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context)
Deprecated.
|
void |
wrapDetails(PaymentTransaction model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
void |
wrapSummary(PaymentTransaction model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
createElementWrappers, setApplicationContext, transferAdditionalFieldsFromWrapperprotected Long id
protected Long orderPaymentId
protected Long parentTransactionId
protected String type
protected String customerIpAddress
protected String rawResponse
protected Boolean success
protected BigDecimal amount
protected Currency currency
protected List<MapElementWrapper> additionalFields
public void wrapDetails(PaymentTransaction model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<PaymentTransaction>public void wrapSummary(PaymentTransaction model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<PaymentTransaction>public PaymentTransaction unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext context)
unwrap in interface APIUnwrapper<PaymentTransaction>public Long getId()
public void setId(Long id)
id - the id to setpublic Long getOrderPaymentId()
public void setOrderPaymentId(Long orderPaymentId)
orderPaymentId - the orderPaymentId to setpublic Long getParentTransactionId()
public void setParentTransactionId(Long parentTransactionId)
parentTransactionId - the parentTransactionId to setpublic String getType()
public void setType(String type)
type - the type to setpublic String getCustomerIpAddress()
public void setCustomerIpAddress(String customerIpAddress)
customerIpAddress - the customerIpAddress to setpublic String getRawResponse()
public void setRawResponse(String rawResponse)
rawResponse - the rawResponse to setpublic Boolean getSuccess()
public void setSuccess(Boolean success)
success - the success to setpublic BigDecimal getAmount()
public void setAmount(BigDecimal amount)
amount - the amount to setpublic Currency getCurrency()
public void setCurrency(Currency currency)
currency - the currency to setpublic List<MapElementWrapper> getAdditionalFields()
public void setAdditionalFields(List<MapElementWrapper> additionalFields)
additionalFields - the additionalFields to setCopyright © 2017. All rights reserved.