Class CompletePaymentResponse

java.lang.Object
com.onlinepayments.domain.CompletePaymentResponse

public class CompletePaymentResponse extends Object
  • Constructor Details

    • CompletePaymentResponse

      public CompletePaymentResponse()
  • Method Details

    • getCreationOutput

      public PaymentCreationOutput getCreationOutput()
      Object containing the details of the created payment.
    • setCreationOutput

      public void setCreationOutput(PaymentCreationOutput value)
      Object containing the details of the created payment.
    • withCreationOutput

      public CompletePaymentResponse withCreationOutput(PaymentCreationOutput value)
      Object containing the details of the created payment.
    • getMerchantAction

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

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

      public CompletePaymentResponse withMerchantAction(MerchantAction value)
      Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the payment
    • getPayment

      public PaymentResponse getPayment()
      Object that holds the payment related properties
    • setPayment

      public void setPayment(PaymentResponse value)
      Object that holds the payment related properties
    • withPayment

      public CompletePaymentResponse withPayment(PaymentResponse value)
      Object that holds the payment related properties