Package com.stripe.model.v2.core
Class Account.Requirements
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Requirements
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account
Information about the requirements for the Account, including what information needs to be
collected, and by when.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Entry, please refer to the API Reference.static class
An object containing an overview of requirements for the Account. -
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
setCollector
(String collector) void
setEntries
(List<Account.Requirements.Entry> entries) void
setSummary
(Account.Requirements.Summary summary) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString