public interface PaymentLog extends Serializable
Modifier and Type | Method and Description |
---|---|
Money |
getAmountPaid() |
BroadleafCurrency |
getCurrency() |
Customer |
getCustomer() |
String |
getExceptionMessage() |
Long |
getId() |
PaymentLogEventType |
getLogType() |
Long |
getPaymentInfoId() |
String |
getPaymentInfoReferenceNumber() |
Boolean |
getTransactionSuccess() |
Date |
getTransactionTimestamp() |
TransactionType |
getTransactionType() |
String |
getUserName() |
void |
setAmountPaid(Money amountPaid) |
void |
setCurrency(BroadleafCurrency currency) |
void |
setCustomer(Customer customer) |
void |
setExceptionMessage(String exceptionMessage) |
void |
setId(Long id) |
void |
setLogType(PaymentLogEventType logType) |
void |
setPaymentInfoId(Long paymentInfoId) |
void |
setPaymentInfoReferenceNumber(String paymentInfoReferenceNumber) |
void |
setTransactionSuccess(Boolean transactionSuccess) |
void |
setTransactionTimestamp(Date transactionTimestamp) |
void |
setTransactionType(TransactionType transactionType) |
void |
setUserName(String userName) |
Long getId()
void setId(Long id)
String getUserName()
void setUserName(String userName)
Date getTransactionTimestamp()
void setTransactionTimestamp(Date transactionTimestamp)
Long getPaymentInfoId()
void setPaymentInfoId(Long paymentInfoId)
Customer getCustomer()
void setCustomer(Customer customer)
String getPaymentInfoReferenceNumber()
void setPaymentInfoReferenceNumber(String paymentInfoReferenceNumber)
TransactionType getTransactionType()
void setTransactionType(TransactionType transactionType)
Boolean getTransactionSuccess()
void setTransactionSuccess(Boolean transactionSuccess)
String getExceptionMessage()
void setExceptionMessage(String exceptionMessage)
PaymentLogEventType getLogType()
void setLogType(PaymentLogEventType logType)
Money getAmountPaid()
void setAmountPaid(Money amountPaid)
void setCurrency(BroadleafCurrency currency)
BroadleafCurrency getCurrency()
Copyright © 2013. All rights reserved.