Class Session.Limits
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Session.Limits
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session
For more details about Limits, 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
The number of accounts that can be linked in this Session.int
hashCode()
void
setAccounts
(Long accounts) The number of accounts that can be linked in this Session.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Limits
public Limits()
-
-
Method Details