Package com.stripe.model
Class Charge.RadarOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.RadarOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge
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
Constructors -
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
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()
-