Package com.stripe.param
Class AccountLinkCreateParams.CollectionOptions
java.lang.Object
com.stripe.param.AccountLinkCreateParams.CollectionOptions
- Enclosing class:
- AccountLinkCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanMap of extra parameters for custom features not available in this client library.Specifies whether the platform collects only currently_due requirements (currently_due) or both currently_due and eventually_due requirements (eventually_due).Specifies whether the platform collects future_requirements in addition to requirements in Connect Onboarding.inthashCode()
-
Method Details
-
builder
-
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getFields
Specifies whether the platform collects only currently_due requirements (currently_due) or both currently_due and eventually_due requirements (eventually_due). If you don't specifycollection_options, the default value iscurrently_due. -
getFutureRequirements
Specifies whether the platform collects future_requirements in addition to requirements in Connect Onboarding. The default value isomit. -
equals
-
canEqual
-
hashCode
public int hashCode()
-