Class AcquirerSelectionInformation

java.lang.Object
com.onlinepayments.domain.AcquirerSelectionInformation

public class AcquirerSelectionInformation extends Object
  • Constructor Details

    • AcquirerSelectionInformation

      public AcquirerSelectionInformation()
  • Method Details

    • getFallbackLevel

      public Integer getFallbackLevel()
      Specifies whether a fallback occurred from the primary choice of the acquirer selection service.
    • setFallbackLevel

      public void setFallbackLevel(Integer value)
      Specifies whether a fallback occurred from the primary choice of the acquirer selection service.
    • withFallbackLevel

      public AcquirerSelectionInformation withFallbackLevel(Integer value)
      Specifies whether a fallback occurred from the primary choice of the acquirer selection service.
    • getResult

      public String getResult()
      Result of the acquirer selection operation
    • setResult

      public void setResult(String value)
      Result of the acquirer selection operation
    • withResult

      public AcquirerSelectionInformation withResult(String value)
      Result of the acquirer selection operation
    • getRuleName

      public String getRuleName()
      Name of the rule used to select the acquirer
    • setRuleName

      public void setRuleName(String value)
      Name of the rule used to select the acquirer
    • withRuleName

      public AcquirerSelectionInformation withRuleName(String value)
      Name of the rule used to select the acquirer