Interface TransactionCodeGenerator
-
- All Known Implementing Classes:
DefaultMerchantTransactionCodeGenerator,PaymentTest.MockTransactionCodeGenerator
public interface TransactionCodeGeneratorThis interface should be used to provide the merchant transaction code.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgenerateCode(java.lang.String base)code generation
-