public class RefundMethodConfigurationService
extends java.lang.Object
| Constructor and Description |
|---|
RefundMethodConfigurationService(java.lang.String paymentGroupName,
java.lang.String refundMethod)
This method creates a new RefundMethodConfigurationService object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
This method gets the refundMethodConfiguration name.
|
java.lang.String |
getPaymentSystemName()
This method gets the payment system name.
|
java.lang.String |
getPriority()
This method gets the refund method priority.
|
public RefundMethodConfigurationService(java.lang.String paymentGroupName,
java.lang.String refundMethod)
throws InvalidDataException,
RuleException
paymentGroupName - The current payment group namerefundMethod - The current refund methodInvalidDataException - In case of any invalid dataRuleException - In case of rule errorpublic java.lang.String getName()
public java.lang.String getPaymentSystemName()
public java.lang.String getPriority()