Class CaptureResponse

java.lang.Object
com.onlinepayments.domain.CaptureResponse

public class CaptureResponse extends Object
  • Constructor Details

    • CaptureResponse

      public CaptureResponse()
  • Method Details

    • getCaptureOutput

      public CaptureOutput getCaptureOutput()
      Object containing capture details
    • setCaptureOutput

      public void setCaptureOutput(CaptureOutput value)
      Object containing capture details
    • withCaptureOutput

      public CaptureResponse withCaptureOutput(CaptureOutput value)
      Object containing capture details
    • getId

      public String getId()
      Our unique payment transaction identifier
    • setId

      public void setId(String value)
      Our unique payment transaction identifier
    • withId

      public CaptureResponse withId(String value)
      Our unique payment transaction identifier
    • getStatus

      public String getStatus()
      Current high-level status of the payment in a human-readable form.
    • setStatus

      public void setStatus(String value)
      Current high-level status of the payment in a human-readable form.
    • withStatus

      public CaptureResponse withStatus(String value)
      Current high-level status of the payment in a human-readable form.
    • getStatusOutput

      public CaptureStatusOutput getStatusOutput()
      This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource. In case of failed payments and negative scenarios, detailed error information is listed.
    • setStatusOutput

      public void setStatusOutput(CaptureStatusOutput value)
      This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource. In case of failed payments and negative scenarios, detailed error information is listed.
    • withStatusOutput

      public CaptureResponse withStatusOutput(CaptureStatusOutput value)
      This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource. In case of failed payments and negative scenarios, detailed error information is listed.