Class PaymentEvaluation.ClientDeviceMetadataDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.PaymentEvaluation.ClientDeviceMetadataDetails
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentEvaluation

public static class PaymentEvaluation.ClientDeviceMetadataDetails extends StripeObject
Client device metadata attached to this payment evaluation.
  • Constructor Details

    • ClientDeviceMetadataDetails

      public ClientDeviceMetadataDetails()
  • Method Details

    • getRadarSession

      public String 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

      public void setRadarSession(String radarSession)
      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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object