Class PaymentErrorResponse

java.lang.Object
com.onlinepayments.domain.PaymentErrorResponse

public class PaymentErrorResponse extends Object
  • Constructor Details

    • PaymentErrorResponse

      public PaymentErrorResponse()
  • 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 PaymentErrorResponse withErrorId(String value)
      Unique reference, for debugging purposes, of this error response
    • getErrors

      public List<APIError> getErrors()
    • setErrors

      public void setErrors(List<APIError> value)
    • withErrors

      public PaymentErrorResponse withErrors(List<APIError> value)
    • getPaymentResult

      public CreatePaymentResponse getPaymentResult()
      Object that contains details on the created payment in case one has been created.
    • setPaymentResult

      public void setPaymentResult(CreatePaymentResponse value)
      Object that contains details on the created payment in case one has been created.
    • withPaymentResult

      public PaymentErrorResponse withPaymentResult(CreatePaymentResponse value)
      Object that contains details on the created payment in case one has been created.