Package com.stripe.model
Class PaymentMethod.RadarOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.RadarOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod
Options to configure Radar. See Radar
Session for more information.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A Radar Session is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.int
hashCode()
void
setSession
(String session) A Radar Session is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
RadarOptions
public RadarOptions()
-
-
Method Details
-
getSession
A Radar Session is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments. -
setSession
A Radar Session is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments. -
equals
-
canEqual
-
hashCode
public int hashCode()
-