Class Institution.Features.Ownership
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Institution.Features.Ownership
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Institution.Features
For more details about Ownership, 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 booleanbooleanWhether the given feature is supported by this institution.inthashCode()voidsetSupported(Boolean supported) Whether the given feature is supported by this institution.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Ownership
public Ownership()
-
-
Method Details