Package com.onlinepayments.domain
Class AcquirerSelectionInformation
java.lang.Object
com.onlinepayments.domain.AcquirerSelectionInformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether a fallback occurred from the primary choice of the acquirer selection service.Result of the acquirer selection operationName of the rule used to select the acquirervoidsetFallbackLevel(Integer value) Specifies whether a fallback occurred from the primary choice of the acquirer selection service.voidResult of the acquirer selection operationvoidsetRuleName(String value) Name of the rule used to select the acquirerwithFallbackLevel(Integer value) Specifies whether a fallback occurred from the primary choice of the acquirer selection service.withResult(String value) Result of the acquirer selection operationwithRuleName(String value) Name of the rule used to select the acquirer
-
Constructor Details
-
AcquirerSelectionInformation
public AcquirerSelectionInformation()
-
-
Method Details
-
getFallbackLevel
Specifies whether a fallback occurred from the primary choice of the acquirer selection service. -
setFallbackLevel
Specifies whether a fallback occurred from the primary choice of the acquirer selection service. -
withFallbackLevel
Specifies whether a fallback occurred from the primary choice of the acquirer selection service. -
getResult
Result of the acquirer selection operation -
setResult
Result of the acquirer selection operation -
withResult
Result of the acquirer selection operation -
getRuleName
Name of the rule used to select the acquirer -
setRuleName
Name of the rule used to select the acquirer -
withRuleName
Name of the rule used to select the acquirer
-