Class RefundErrorResponse

java.lang.Object
com.onlinepayments.domain.RefundErrorResponse

public class RefundErrorResponse extends Object
  • Constructor Details

    • RefundErrorResponse

      public RefundErrorResponse()
  • Method Details

    • getErrorId

      public String getErrorId()
    • setErrorId

      public void setErrorId(String value)
    • withErrorId

      public RefundErrorResponse withErrorId(String value)
    • getErrors

      public List<APIError> getErrors()
    • setErrors

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

      public RefundErrorResponse withErrors(List<APIError> value)
    • getRefundResult

      public RefundResponse getRefundResult()
      This object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource. In case of a rejected refund, detailed error information is listed.
    • setRefundResult

      public void setRefundResult(RefundResponse value)
      This object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource. In case of a rejected refund, detailed error information is listed.
    • withRefundResult

      public RefundErrorResponse withRefundResult(RefundResponse value)
      This object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource. In case of a rejected refund, detailed error information is listed.