public class DefaultMerchantTransactionCodeGenerator extends Object implements TransactionCodeGenerator
DefaultPaymentServiceImpl to provide the merchant
transaction code based on the specified order.| Constructor and Description |
|---|
DefaultMerchantTransactionCodeGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateCode(String base)
this implementation generates a code of the following pattern
|
void |
setKeyGenerator(KeyGenerator keyGenerator) |
public static final String DELIMITER
public DefaultMerchantTransactionCodeGenerator()
public void setKeyGenerator(KeyGenerator keyGenerator)
public String generateCode(String base)
generateCode in interface TransactionCodeGeneratorbase - the leading part of the generated codeCopyright © 2017 SAP SE. All Rights Reserved.