Package com.stripe.model
Class Charge.PaymentMethodDetails.Card.ThreeDSecure
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Card.ThreeDSecure
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Charge.PaymentMethodDetails.Card
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
For authenticated transactions: how the customer was authenticated by the issuing bank.Indicates the outcome of 3D Secure authentication.Additional information about why 3D Secure succeeded or failed based on theresult
.The version of 3D Secure that was used.int
hashCode()
void
setAuthenticationFlow
(String authenticationFlow) For authenticated transactions: how the customer was authenticated by the issuing bank.void
Indicates the outcome of 3D Secure authentication.void
setResultReason
(String resultReason) Additional information about why 3D Secure succeeded or failed based on theresult
.void
setVersion
(String version) The version of 3D Secure that was used.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ThreeDSecure
public ThreeDSecure()
-
-
Method Details
-
getAuthenticationFlow
For authenticated transactions: how the customer was authenticated by the issuing bank.One of
challenge
, orfrictionless
. -
getResult
Indicates the outcome of 3D Secure authentication.One of
attempt_acknowledged
,authenticated
,failed
,not_supported
, orprocessing_error
. -
getResultReason
Additional information about why 3D Secure succeeded or failed based on theresult
.One of
abandoned
,bypassed
,canceled
,card_not_enrolled
,network_not_supported
,protocol_error
, orrejected
. -
getVersion
The version of 3D Secure that was used.One of
1.0.2
,2.1.0
, or2.2.0
. -
setAuthenticationFlow
For authenticated transactions: how the customer was authenticated by the issuing bank.One of
challenge
, orfrictionless
. -
setResult
Indicates the outcome of 3D Secure authentication.One of
attempt_acknowledged
,authenticated
,failed
,not_supported
, orprocessing_error
. -
setResultReason
Additional information about why 3D Secure succeeded or failed based on theresult
.One of
abandoned
,bypassed
,canceled
,card_not_enrolled
,network_not_supported
,protocol_error
, orrejected
. -
setVersion
The version of 3D Secure that was used.One of
1.0.2
,2.1.0
, or2.2.0
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-