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