Class CreatePaymentResponse

java.lang.Object
com.onlinepayments.domain.CreatePaymentResponse

public class CreatePaymentResponse extends Object
  • Constructor Details

    • CreatePaymentResponse

      public CreatePaymentResponse()
  • 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 CreatePaymentResponse 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 CreatePaymentResponse 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 CreatePaymentResponse withPayment(PaymentResponse value)
      Object that holds the payment related properties