Package com.stripe.model.radar
Class PaymentEvaluation.ClientDeviceMetadataDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.PaymentEvaluation.ClientDeviceMetadataDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentEvaluation
Client device metadata attached to this payment evaluation.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanID for the Radar Session associated with the payment evaluation.inthashCode()voidsetRadarSession(String radarSession) ID for the Radar Session associated with the payment evaluation.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ClientDeviceMetadataDetails
public ClientDeviceMetadataDetails()
-
-
Method Details
-
getRadarSession
ID for the Radar Session associated with the payment evaluation. A Radar Session is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments. -
setRadarSession
ID for the Radar Session associated with the payment evaluation. 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()
-