Interface PaymentLogEventType
- 
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 DefaultPaymentLogEventTypes
public interface PaymentLogEventType extends Serializable
Identifies the log event type for a payment interaction.- Author:
 - Chris Kittrell (ckittrell)
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFriendlyName()An easily readable representation of the event type. 
 - 
 
- 
- 
Method Detail
- 
getFriendlyName
String getFriendlyName()
An easily readable representation of the event type.- Returns:
 - an easily readable representation of the event type
 
 
 - 
 
 -