Class DeclinedRefundException

All Implemented Interfaces:
Serializable

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

    • DeclinedRefundException

      public DeclinedRefundException(int statusCode, String responseBody, RefundErrorResponse response)
  • Method Details

    • getRefundResponse

      public RefundResponse getRefundResponse()
      Returns:
      The result of creating a refund if available, or null otherwise.