Class OrderStatusOutput

java.lang.Object
com.onlinepayments.domain.OrderStatusOutput

public class OrderStatusOutput extends Object
  • Constructor Details

    • OrderStatusOutput

      public OrderStatusOutput()
  • Method Details

    • getErrors

      public List<APIError> getErrors()
    • setErrors

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

      public OrderStatusOutput withErrors(List<APIError> value)
    • getIsCancellable

      public Boolean getIsCancellable()
      Flag indicating if the payment can be cancelled
      • true
      • false
    • setIsCancellable

      public void setIsCancellable(Boolean value)
      Flag indicating if the payment can be cancelled
      • true
      • false
    • withIsCancellable

      public OrderStatusOutput withIsCancellable(Boolean value)
      Flag indicating if the payment can be cancelled
      • true
      • false
    • getStatusCategory

      public String getStatusCategory()
      Highlevel status of the payment, payout or refund.
    • setStatusCategory

      public void setStatusCategory(String value)
      Highlevel status of the payment, payout or refund.
    • withStatusCategory

      public OrderStatusOutput withStatusCategory(String value)
      Highlevel status of the payment, payout or refund.
    • 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 OrderStatusOutput withStatusCode(Integer value)
      Numeric status code of the legacy API. The value can also be found in the BackOffice and in report files.
    • getStatusCodeChangeDateTime

      public String getStatusCodeChangeDateTime()
      Timestamp of the latest status change
    • setStatusCodeChangeDateTime

      public void setStatusCodeChangeDateTime(String value)
      Timestamp of the latest status change
    • withStatusCodeChangeDateTime

      public OrderStatusOutput withStatusCodeChangeDateTime(String value)
      Timestamp of the latest status change