Package com.stripe.model.v2.core
Class Account.FutureRequirements.Entry.Impact
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.FutureRequirements.Entry.Impact
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.FutureRequirements.Entry
A hash describing the impact of not collecting the requirement, or Stripe not being able to
verify the collected information.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about RestrictsCapability, 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 booleanbooleanThe Capabilities that will be restricted if the requirement is not collected and satisfactory to Stripe.inthashCode()voidsetRestrictsCapabilities(List<Account.FutureRequirements.Entry.Impact.RestrictsCapability> restrictsCapabilities) The Capabilities that will be restricted if the requirement is not collected and satisfactory to Stripe.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Impact
public Impact()
-
-
Method Details
-
getRestrictsCapabilities
The Capabilities that will be restricted if the requirement is not collected and satisfactory to Stripe. -
setRestrictsCapabilities
public void setRestrictsCapabilities(List<Account.FutureRequirements.Entry.Impact.RestrictsCapability> restrictsCapabilities) The Capabilities that will be restricted if the requirement is not collected and satisfactory to Stripe. -
equals
-
canEqual
-
hashCode
public int hashCode()
-