Package com.stripe.model.issuing
Class Authorization.FraudChallenge
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Authorization.FraudChallenge
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Authorization
For more details about FraudChallenge, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The method by which the fraud challenge was delivered to the cardholder.The status of the fraud challenge.If the challenge is not deliverable, the reason why.int
hashCode()
void
setChannel
(String channel) The method by which the fraud challenge was delivered to the cardholder.void
The status of the fraud challenge.void
setUndeliverableReason
(String undeliverableReason) If the challenge is not deliverable, the reason why.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FraudChallenge
public FraudChallenge()
-
-
Method Details
-
getChannel
The method by which the fraud challenge was delivered to the cardholder.Equal to
sms
. -
getStatus
The status of the fraud challenge.One of
expired
,pending
,rejected
,undeliverable
, orverified
. -
getUndeliverableReason
If the challenge is not deliverable, the reason why.One of
no_phone_number
, orunsupported_phone_number
. -
setChannel
The method by which the fraud challenge was delivered to the cardholder.Equal to
sms
. -
setStatus
The status of the fraud challenge.One of
expired
,pending
,rejected
,undeliverable
, orverified
. -
setUndeliverableReason
If the challenge is not deliverable, the reason why.One of
no_phone_number
, orunsupported_phone_number
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-