Class PaymentEvaluation.Outcome.MerchantBlocked

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.PaymentEvaluation.Outcome.MerchantBlocked
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentEvaluation.Outcome

public static class PaymentEvaluation.Outcome.MerchantBlocked extends StripeObject
Details of a merchant_blocked outcome attached to this payment evaluation.
  • Constructor Details

    • MerchantBlocked

      public MerchantBlocked()
  • Method Details

    • getReason

      public String getReason()
      The reason the payment was blocked by the merchant.

      One of authentication_required, blocked_for_fraud, invalid_payment, or other.

    • setReason

      public void setReason(String reason)
      The reason the payment was blocked by the merchant.

      One of authentication_required, blocked_for_fraud, invalid_payment, or other.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object