@Entity public class PaymentResponseItemImpl extends Object implements PaymentResponseItem
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
additionalFields |
protected BigDecimal |
amountPaid |
protected String |
authorizationCode |
protected String |
avsCode |
protected Customer |
customer |
protected String |
cvvCode |
protected Long |
id |
protected String |
implementorResponseCode |
protected String |
implementorResponseText |
protected String |
middlewareResponseCode |
protected String |
middlewareResponseText |
protected Long |
paymentInfoId |
protected String |
paymentInfoReferenceNumber |
protected String |
processorResponseCode |
protected String |
processorResponseText |
protected String |
referenceNumber |
protected BigDecimal |
remainingBalance |
protected String |
transactionId |
protected Boolean |
transactionSuccess |
protected Date |
transactionTimestamp |
protected String |
transactionType |
protected String |
userName |
| Constructor and Description |
|---|
PaymentResponseItemImpl() |
protected Long id
protected String userName
protected BigDecimal amountPaid
protected String authorizationCode
protected String middlewareResponseCode
protected String middlewareResponseText
protected String processorResponseCode
protected String processorResponseText
protected String implementorResponseCode
protected String implementorResponseText
protected String referenceNumber
protected Boolean transactionSuccess
protected Date transactionTimestamp
protected String transactionId
protected String avsCode
protected String cvvCode
protected BigDecimal remainingBalance
protected String transactionType
protected Long paymentInfoId
protected Customer customer
protected String paymentInfoReferenceNumber
public String getAuthorizationCode()
getAuthorizationCode in interface PaymentResponseItempublic void setAuthorizationCode(String authorizationCode)
setAuthorizationCode in interface PaymentResponseItempublic String getMiddlewareResponseCode()
getMiddlewareResponseCode in interface PaymentResponseItempublic void setMiddlewareResponseCode(String middlewareResponseCode)
setMiddlewareResponseCode in interface PaymentResponseItempublic String getMiddlewareResponseText()
getMiddlewareResponseText in interface PaymentResponseItempublic void setMiddlewareResponseText(String middlewareResponseText)
setMiddlewareResponseText in interface PaymentResponseItempublic String getProcessorResponseCode()
getProcessorResponseCode in interface PaymentResponseItempublic void setProcessorResponseCode(String processorResponseCode)
setProcessorResponseCode in interface PaymentResponseItempublic String getProcessorResponseText()
getProcessorResponseText in interface PaymentResponseItempublic void setProcessorResponseText(String processorResponseText)
setProcessorResponseText in interface PaymentResponseItempublic String getReferenceNumber()
getReferenceNumber in interface PaymentResponseItempublic void setReferenceNumber(String referenceNumber)
setReferenceNumber in interface PaymentResponseItempublic Money getAmountPaid()
getAmountPaid in interface PaymentResponseItempublic void setAmountPaid(Money amountPaid)
setAmountPaid in interface PaymentResponseItempublic Boolean getTransactionSuccess()
getTransactionSuccess in interface PaymentResponseItempublic void setTransactionSuccess(Boolean transactionSuccess)
setTransactionSuccess in interface PaymentResponseItempublic Date getTransactionTimestamp()
getTransactionTimestamp in interface PaymentResponseItempublic void setTransactionTimestamp(Date transactionTimestamp)
setTransactionTimestamp in interface PaymentResponseItempublic String getImplementorResponseCode()
getImplementorResponseCode in interface PaymentResponseItempublic void setImplementorResponseCode(String implementorResponseCode)
setImplementorResponseCode in interface PaymentResponseItempublic String getImplementorResponseText()
getImplementorResponseText in interface PaymentResponseItempublic void setImplementorResponseText(String implementorResponseText)
setImplementorResponseText in interface PaymentResponseItempublic String getTransactionId()
getTransactionId in interface PaymentResponseItempublic void setTransactionId(String transactionId)
setTransactionId in interface PaymentResponseItempublic String getAvsCode()
getAvsCode in interface PaymentResponseItempublic void setAvsCode(String avsCode)
setAvsCode in interface PaymentResponseItempublic String getCvvCode()
getCvvCode in interface PaymentResponseItempublic void setCvvCode(String cvvCode)
setCvvCode in interface PaymentResponseItempublic Money getRemainingBalance()
getRemainingBalance in interface PaymentResponseItempublic void setRemainingBalance(Money remainingBalance)
setRemainingBalance in interface PaymentResponseItempublic TransactionType getTransactionType()
getTransactionType in interface PaymentResponseItempublic void setTransactionType(TransactionType transactionType)
setTransactionType in interface PaymentResponseItempublic Map<String,String> getAdditionalFields()
getAdditionalFields in interface PaymentResponseItempublic void setAdditionalFields(Map<String,String> additionalFields)
setAdditionalFields in interface PaymentResponseItempublic Long getId()
public void setId(Long id)
public Long getPaymentInfoId()
getPaymentInfoId in interface PaymentResponseItempublic void setPaymentInfoId(Long paymentInfoId)
setPaymentInfoId in interface PaymentResponseItempublic String getUserName()
getUserName in interface PaymentResponseItempublic void setUserName(String userName)
setUserName in interface PaymentResponseItempublic Customer getCustomer()
getCustomer in interface PaymentResponseItempublic void setCustomer(Customer customer)
setCustomer in interface PaymentResponseItempublic String getPaymentInfoReferenceNumber()
getPaymentInfoReferenceNumber in interface PaymentResponseItempublic void setPaymentInfoReferenceNumber(String paymentInfoReferenceNumber)
setPaymentInfoReferenceNumber in interface PaymentResponseItemCopyright © 2013. All rights reserved.