Class CaptureStatusOutput

java.lang.Object
com.onlinepayments.domain.CaptureStatusOutput

public class CaptureStatusOutput extends Object
  • Constructor Details

    • CaptureStatusOutput

      public CaptureStatusOutput()
  • Method Details

    • getStatusCode

      public Integer getStatusCode()
      Numeric status code of the legacy API. The value can also be found in the BackOffice and in report files.
    • setStatusCode

      public void setStatusCode(Integer value)
      Numeric status code of the legacy API. The value can also be found in the BackOffice and in report files.
    • withStatusCode

      public CaptureStatusOutput withStatusCode(Integer value)
      Numeric status code of the legacy API. The value can also be found in the BackOffice and in report files.