Package com.stripe.model.radar
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
For more details about AccountSharing, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetScore()Score for this signal (float between 0.0-100.0).inthashCode()voidsetScore(BigDecimal score) Score for this signal (float between 0.0-100.0).Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AccountSharing
public AccountSharing()
-
-
Method Details