Class MandateMerchantAction

java.lang.Object
com.onlinepayments.domain.MandateMerchantAction

public class MandateMerchantAction extends Object
  • Constructor Details

    • MandateMerchantAction

      public MandateMerchantAction()
  • Method Details

    • getActionType

      public String getActionType()
      Action merchants needs to take in the online mandate process. Possible values are:
      • REDIRECT - The customer needs to be redirected using the details found in redirectData
    • setActionType

      public void setActionType(String value)
      Action merchants needs to take in the online mandate process. Possible values are:
      • REDIRECT - The customer needs to be redirected using the details found in redirectData
    • withActionType

      public MandateMerchantAction withActionType(String value)
      Action merchants needs to take in the online mandate process. Possible values are:
      • REDIRECT - The customer needs to be redirected using the details found in redirectData
    • getRedirectData

      public MandateRedirectData getRedirectData()
      Object containing all data needed to redirect the customer
    • setRedirectData

      public void setRedirectData(MandateRedirectData value)
      Object containing all data needed to redirect the customer
    • withRedirectData

      public MandateMerchantAction withRedirectData(MandateRedirectData value)
      Object containing all data needed to redirect the customer