Package com.stripe.model.v2.core
Class Account.FutureRequirements.Entry
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.FutureRequirements.Entry
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.FutureRequirements
For more details about Entry, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Errors, please refer to the API Reference.static classA hash describing the impact of not collecting the requirement, or Stripe not being able to verify the collected information.static classThe soonest point when the account will be impacted by not providing the requirement.static classA reference to the location of the requirement.static classFor more details about RequestedReason, 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 booleanbooleanWhether the responsibility is with the integrator or with Stripe (to review info, to wait for some condition, etc.) to action the requirement.Machine-readable string describing the requirement.Descriptions of why the requirement must be collected, or why the collected information isn't satisfactory to Stripe.A hash describing the impact of not collecting the requirement, or Stripe not being able to verify the collected information.The soonest point when the account will be impacted by not providing the requirement.A reference to the location of the requirement.A list of reasons why Stripe is collecting the requirement.inthashCode()voidsetAwaitingActionFrom(String awaitingActionFrom) Whether the responsibility is with the integrator or with Stripe (to review info, to wait for some condition, etc.) to action the requirement.voidsetDescription(String description) Machine-readable string describing the requirement.voidDescriptions of why the requirement must be collected, or why the collected information isn't satisfactory to Stripe.voidA hash describing the impact of not collecting the requirement, or Stripe not being able to verify the collected information.voidsetMinimumDeadline(Account.FutureRequirements.Entry.MinimumDeadline minimumDeadline) The soonest point when the account will be impacted by not providing the requirement.voidA reference to the location of the requirement.voidsetRequestedReasons(List<Account.FutureRequirements.Entry.RequestedReason> requestedReasons) A list of reasons why Stripe is collecting the requirement.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
getAwaitingActionFrom
Whether the responsibility is with the integrator or with Stripe (to review info, to wait for some condition, etc.) to action the requirement.One of
stripe, oruser. -
getDescription
Machine-readable string describing the requirement. -
getErrors
Descriptions of why the requirement must be collected, or why the collected information isn't satisfactory to Stripe. -
getImpact
A hash describing the impact of not collecting the requirement, or Stripe not being able to verify the collected information. -
getMinimumDeadline
The soonest point when the account will be impacted by not providing the requirement. -
getReference
A reference to the location of the requirement. -
getRequestedReasons
A list of reasons why Stripe is collecting the requirement. -
setAwaitingActionFrom
Whether the responsibility is with the integrator or with Stripe (to review info, to wait for some condition, etc.) to action the requirement.One of
stripe, oruser. -
setDescription
Machine-readable string describing the requirement. -
setErrors
Descriptions of why the requirement must be collected, or why the collected information isn't satisfactory to Stripe. -
setImpact
A hash describing the impact of not collecting the requirement, or Stripe not being able to verify the collected information. -
setMinimumDeadline
The soonest point when the account will be impacted by not providing the requirement. -
setReference
A reference to the location of the requirement. -
setRequestedReasons
public void setRequestedReasons(List<Account.FutureRequirements.Entry.RequestedReason> requestedReasons) A list of reasons why Stripe is collecting the requirement. -
equals
-
canEqual
-
hashCode
public int hashCode()
-