Interface TransactionType
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultTransactionTypes
public interface TransactionType extends Serializable
The TransactionType is used to represent the types of operations/transactions that could occur against a single payment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
name()
-
-
-
Method Detail
-
name
String name()
-
-