org.broadleafcommerce.core.payment.domain
Interface PaymentLog
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- PaymentLogImpl
public interface PaymentLog
- extends Serializable
getId
Long getId()
setId
void setId(Long id)
getUserName
String getUserName()
setUserName
void setUserName(String userName)
getTransactionTimestamp
Date getTransactionTimestamp()
setTransactionTimestamp
void setTransactionTimestamp(Date transactionTimestamp)
getPaymentInfoId
Long getPaymentInfoId()
setPaymentInfoId
void setPaymentInfoId(Long paymentInfoId)
getCustomer
Customer getCustomer()
setCustomer
void setCustomer(Customer customer)
getPaymentInfoReferenceNumber
String getPaymentInfoReferenceNumber()
setPaymentInfoReferenceNumber
void setPaymentInfoReferenceNumber(String paymentInfoReferenceNumber)
getTransactionType
TransactionType getTransactionType()
setTransactionType
void setTransactionType(TransactionType transactionType)
getTransactionSuccess
Boolean getTransactionSuccess()
setTransactionSuccess
void setTransactionSuccess(Boolean transactionSuccess)
getExceptionMessage
String getExceptionMessage()
setExceptionMessage
void setExceptionMessage(String exceptionMessage)
getLogType
PaymentLogEventType getLogType()
setLogType
void setLogType(PaymentLogEventType logType)
getAmountPaid
Money getAmountPaid()
setAmountPaid
void setAmountPaid(Money amountPaid)
Copyright © 2013. All Rights Reserved.