Package com.stripe.model.radar
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
Details of a merchant_blocked outcome attached to this payment evaluation.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
MerchantBlocked
public MerchantBlocked()
-
-
Method Details
-
getReason
The reason the payment was blocked by the merchant.One of
authentication_required,blocked_for_fraud,invalid_payment, orother. -
setReason
The reason the payment was blocked by the merchant.One of
authentication_required,blocked_for_fraud,invalid_payment, orother. -
equals
-
canEqual
-
hashCode
public int hashCode()
-