Class PayoutStatusOutput

java.lang.Object
com.onlinepayments.domain.PayoutStatusOutput

public class PayoutStatusOutput extends Object
  • Constructor Details

    • PayoutStatusOutput

      public PayoutStatusOutput()
  • Method Details

    • getIsCancellable

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

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

      public PayoutStatusOutput withIsCancellable(Boolean value)
      Flag indicating if the payout 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 PayoutStatusOutput 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 PayoutStatusOutput withStatusCode(Integer value)
      Numeric status code of the legacy API. The value can also be found in the BackOffice and in report files.