public class CoreConfiguration
extends java.lang.Object
Constructor and Description |
---|
CoreConfiguration(java.lang.String localPaymentMethodConfigurationName)
This method creates a new CoreConfiguration object.
|
Modifier and Type | Method and Description |
---|---|
ScoreRules |
getAvsRules()
This method gets the AVS score rules, it is rule based on integer value range
|
PaymentActions |
getCancelCoreActions()
This method returns the cancelCoreRules , when the CancelOrder business event
occurs, this configuration will be evaluated.
|
PaymentActions |
getEditReversalActions()
This method returns the editReversalActions , when the Edit Reversal related business event
occurs, this configuration will be evaluated.
|
EditRules |
getEditRules()
This method returns the editRules , when the Edit Payment related business event
occurs, this configuration will be evaluated.
|
PaymentActions |
getPaymentActionCoreActionss()
This method returns the paymentActionCoreActions , when the payment action involved business event
occurs, this configuration will be evaluated.
|
java.lang.String |
getPaymentMethodConfigurationName()
This method returns the paymentMethodConfiguration name.
|
void |
setAvsRules(ScoreRules rules)
This method sets the AVS (Address Verification Service) score rules, it is
rule based on integer value range.
|
void |
setCancelCoreActions(PaymentActions localCancelCoreRules)
This method sets the cancelCoreRules , when the CancelOrder business event
occurs, this configuration will be evaluated.
|
void |
setEditReversalRules(PaymentActions localEditReversalRules)
This method sets the editReversalActions , when the Edit Reversal related business event
occurs, this configuration will be evaluated.
|
void |
setEditRules(EditRules localEditRules)
This method sets the editRules , when the Edit Payment related business event
occurs, this configuration will be evaluated.
|
void |
setPaymentActionCoreActions(PaymentActions localPaymentActions)
This method sets the paymentActionCoreActions , when the payment action involved business event
occurs, this configuration will be evaluated.
|
public CoreConfiguration(java.lang.String localPaymentMethodConfigurationName)
localPaymentMethodConfigurationName
- The paymentMethodConfiguration name of current payment methodpublic void setAvsRules(ScoreRules rules)
rules
- A ScoreRules object stores configuration values for AVSpublic ScoreRules getAvsRules()
public void setCancelCoreActions(PaymentActions localCancelCoreRules)
localCancelCoreRules
- The cancelCoreRules to setpublic PaymentActions getCancelCoreActions()
public void setEditRules(EditRules localEditRules)
localEditRules
- The editRules to setpublic EditRules getEditRules()
public PaymentActions getEditReversalActions()
public void setEditReversalRules(PaymentActions localEditReversalRules)
localEditReversalRules
- The editReversalActions to setpublic void setPaymentActionCoreActions(PaymentActions localPaymentActions)
localPaymentActions
- The paymentActionCoreRules to setpublic PaymentActions getPaymentActionCoreActionss()
public java.lang.String getPaymentMethodConfigurationName()