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