public class PaymentMappingService
extends java.lang.Object
Constructor and Description |
---|
PaymentMappingService(java.lang.String paymentGroupName,
java.lang.String paymentMethodName)
The constructor for PaymentMappingService.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPaymentActionRuleName()
This method returns the name of payment action rule this payment method.
|
java.lang.String |
getPaymentMethodConfiguration()
This method returns payment method configuration such as CreditCard
|
java.lang.String |
getPaymentMethodName()
This method returns payment method name.
|
public PaymentMappingService(java.lang.String paymentGroupName, java.lang.String paymentMethodName) throws InvalidDataException
paymentGroupName
- A String value of payment group idpaymentMethodName
- A String value of payment method, sample value VISAInvalidDataException
- Invalid input parameter value, for example null valuepublic java.lang.String getPaymentActionRuleName()
public java.lang.String getPaymentMethodConfiguration()
public java.lang.String getPaymentMethodName()
valid values such as VISA, AMEX