Class CreateMandateResponse

java.lang.Object
com.onlinepayments.domain.CreateMandateResponse

public class CreateMandateResponse extends Object
  • Constructor Details

    • CreateMandateResponse

      public CreateMandateResponse()
  • Method Details

    • getMandate

      public MandateResponse getMandate()
      Object containing the created mandate.
    • setMandate

      public void setMandate(MandateResponse value)
      Object containing the created mandate.
    • withMandate

      public CreateMandateResponse withMandate(MandateResponse value)
      Object containing the created mandate.
    • getMerchantAction

      public MandateMerchantAction getMerchantAction()
      Object that contains the action, including the needed data, that you should perform next, showing the redirect to a third party to complete the payment or like showing instructions.
    • setMerchantAction

      public void setMerchantAction(MandateMerchantAction value)
      Object that contains the action, including the needed data, that you should perform next, showing the redirect to a third party to complete the payment or like showing instructions.
    • withMerchantAction

      public CreateMandateResponse withMerchantAction(MandateMerchantAction value)
      Object that contains the action, including the needed data, that you should perform next, showing the redirect to a third party to complete the payment or like showing instructions.