@Deprecated public interface PaymentLog extends Serializable
Long getId()
void setId(Long id)
String getUserName()
void setUserName(String userName)
Date getTransactionTimestamp()
void setTransactionTimestamp(Date transactionTimestamp)
Long getPaymentInfoId()
void setPaymentInfoId(Long paymentInfoId)
OrderCustomer getOrderCustomer()
void setOrderCustomer(OrderCustomer customer)
String getPaymentInfoReferenceNumber()
void setPaymentInfoReferenceNumber(String paymentInfoReferenceNumber)
PaymentTransactionType getTransactionType()
void setTransactionType(PaymentTransactionType 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 © 2017. All rights reserved.