Package com.stripe.model.v2.core
Class Account.FutureRequirements
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.FutureRequirements
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account
Information about the future requirements for the Account that will eventually come into
effect, including what information needs to be collected, and by when.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Entry, please refer to the API Reference.static classAn 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 booleanbooleanA list of requirements for the Account.The time at which the future requirements become effective.An object containing an overview of requirements for the Account.inthashCode()voidsetEntries(List<Account.FutureRequirements.Entry> entries) A list of requirements for the Account.voidsetMinimumTransitionDate(Instant minimumTransitionDate) The time at which the future requirements become effective.voidAn object containing an overview of requirements for the Account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FutureRequirements
public FutureRequirements()
-
-
Method Details
-
getEntries
A list of requirements for the Account. -
getMinimumTransitionDate
The time at which the future requirements become effective. -
getSummary
An object containing an overview of requirements for the Account. -
setEntries
A list of requirements for the Account. -
setMinimumTransitionDate
The time at which the future requirements become effective. -
setSummary
An object containing an overview of requirements for the Account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-