Class AcquirerInformation

java.lang.Object
com.onlinepayments.domain.AcquirerInformation

public class AcquirerInformation extends Object
  • Constructor Details

    • AcquirerInformation

      public AcquirerInformation()
  • Method Details

    • getAcquirerSelectionInformation

      public AcquirerSelectionInformation getAcquirerSelectionInformation()
      Information about the acquirer selection
    • setAcquirerSelectionInformation

      public void setAcquirerSelectionInformation(AcquirerSelectionInformation value)
      Information about the acquirer selection
    • withAcquirerSelectionInformation

      public AcquirerInformation withAcquirerSelectionInformation(AcquirerSelectionInformation value)
      Information about the acquirer selection
    • getName

      public String getName()
      Name of the acquirer used to process the transaction
    • setName

      public void setName(String value)
      Name of the acquirer used to process the transaction
    • withName

      public AcquirerInformation withName(String value)
      Name of the acquirer used to process the transaction