Interface MerchantTransactionCodeGenerator
-
public interface MerchantTransactionCodeGeneratorThis interface should be used to provide the merchant transaction code based on the specified order.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCode(OrderModel order)
-
-
-
Method Detail
-
getCode
java.lang.String getCode(OrderModel order)
- Parameters:
order- the order- Returns:
- the merchant transaction code
-
-