Class Capture

java.lang.Object
com.onlinepayments.domain.Capture

public class Capture extends Object
  • Constructor Details

    • Capture

      public Capture()
  • Method Details

    • getCaptureOutput

      public CaptureOutput getCaptureOutput()
      Object containing capture details
    • setCaptureOutput

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

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

      public String getId()
    • setId

      public void setId(String value)
    • withId

      public Capture withId(String value)
    • 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 Capture 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 Capture 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.