Class PayoutResult

java.lang.Object
com.onlinepayments.domain.PayoutResult

public class PayoutResult extends Object
  • Constructor Details

    • PayoutResult

      public PayoutResult()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String value)
    • withId

      public PayoutResult withId(String value)
    • getPayoutOutput

      public PayoutOutput getPayoutOutput()
    • setPayoutOutput

      public void setPayoutOutput(PayoutOutput value)
    • withPayoutOutput

      public PayoutResult withPayoutOutput(PayoutOutput value)
    • getStatus

      public String getStatus()
      Current high-level status of the payout in a human-readable form.
    • setStatus

      public void setStatus(String value)
      Current high-level status of the payout in a human-readable form.
    • withStatus

      public PayoutResult withStatus(String value)
      Current high-level status of the payout in a human-readable form.
    • getStatusOutput

      public PayoutStatusOutput getStatusOutput()
    • setStatusOutput

      public void setStatusOutput(PayoutStatusOutput value)
    • withStatusOutput

      public PayoutResult withStatusOutput(PayoutStatusOutput value)