Package com.stripe.model
Class Capability.Requirements
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Capability.Requirements
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Capability
The specific user onboarding requirement field (in the requirements hash) that needs to be
resolved.
-
Nested Class Summary
Nested Classes -
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
setAlternatives
(List<Capability.Requirements.Alternative> alternatives) void
setCurrentDeadline
(Long currentDeadline) void
setCurrentlyDue
(List<String> currentlyDue) void
setDisabledReason
(String disabledReason) void
setErrors
(List<Account.Requirements.Errors> errors) void
setEventuallyDue
(List<String> eventuallyDue) void
setPastDue
(List<String> pastDue) void
setPendingVerification
(List<String> pendingVerification) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Requirements
public Requirements()
-
-
Method Details
-
getAlternatives
-
getCurrentDeadline
-
getCurrentlyDue
-
getDisabledReason
-
getErrors
-
getEventuallyDue
-
getPastDue
-
getPendingVerification
-
setAlternatives
-
setCurrentDeadline
-
setCurrentlyDue
-
setDisabledReason
-
setErrors
-
setEventuallyDue
-
setPastDue
-
setPendingVerification
-
equals
-
canEqual
-
hashCode
public int hashCode()
-