Class AccountEvaluation.Signals.AccountSharing

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.radar.AccountEvaluation.Signals.AccountSharing
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
AccountEvaluation.Signals

public static class AccountEvaluation.Signals.AccountSharing extends StripeObject
For more details about AccountSharing, please refer to the API Reference.
  • Constructor Details

    • AccountSharing

      public AccountSharing()
  • Method Details

    • getScore

      public BigDecimal getScore()
      Score for this signal (float between 0.0-100.0).
    • setScore

      public void setScore(BigDecimal score)
      Score for this signal (float between 0.0-100.0).
    • 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