Class ErrorResponse

java.lang.Object
com.onlinepayments.domain.ErrorResponse

public class ErrorResponse extends Object
  • Constructor Details

    • ErrorResponse

      public ErrorResponse()
  • Method Details

    • getErrorId

      public String getErrorId()
      Unique reference, for debugging purposes, of this error response
    • setErrorId

      public void setErrorId(String value)
      Unique reference, for debugging purposes, of this error response
    • withErrorId

      public ErrorResponse withErrorId(String value)
      Unique reference, for debugging purposes, of this error response
    • getErrors

      public List<APIError> getErrors()
      List of one or more errors
    • setErrors

      public void setErrors(List<APIError> value)
      List of one or more errors
    • withErrors

      public ErrorResponse withErrors(List<APIError> value)
      List of one or more errors