Class DeclinedPayoutException

All Implemented Interfaces:
Serializable

public class DeclinedPayoutException extends DeclinedTransactionException
Represents an error response from a payout call.
See Also:
  • Constructor Details

    • DeclinedPayoutException

      public DeclinedPayoutException(int statusCode, String responseBody, PayoutErrorResponse response)
  • Method Details

    • getPayoutResult

      public PayoutResult getPayoutResult()
      Returns:
      The result of creating a payout if available, or null otherwise.