Class Institution.Features
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Institution.Features
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Institution
For more details about Features, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Balances, please refer to the API Reference.static class
For more details about Ownership, please refer to the API Reference.static class
For more details about PaymentMethod, please refer to the API Reference.static class
For more details about Transactions, 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 boolean
boolean
int
hashCode()
void
setBalances
(Institution.Features.Balances balances) void
setOwnership
(Institution.Features.Ownership ownership) void
setPaymentMethod
(Institution.Features.PaymentMethod paymentMethod) void
setTransactions
(Institution.Features.Transactions transactions) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString