Class Charge.RadarOptions

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.RadarOptions
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Charge

public static class Charge.RadarOptions extends StripeObject
Options to configure Radar. See Radar Session for more information.
  • Constructor Details

    • RadarOptions

      public RadarOptions()
  • Method Details

    • getSession

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

      public 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.
    • 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