Package com.stripe.param
Class AccountLinkCreateParams.CollectionOptions.Builder
java.lang.Object
com.stripe.param.AccountLinkCreateParams.CollectionOptions.Builder
- Enclosing class:
- AccountLinkCreateParams.CollectionOptions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.Specifies whether the platform collects only currently_due requirements (currently_due
) or both currently_due and eventually_due requirements (eventually_due
).setFutureRequirements
(AccountLinkCreateParams.CollectionOptions.FutureRequirements futureRequirements) Specifies whether the platform collects future_requirements in addition to requirements in Connect Onboarding.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeAccountLinkCreateParams.CollectionOptions.extraParams
for the field documentation. -
putAllExtraParam
Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeAccountLinkCreateParams.CollectionOptions.extraParams
for the field documentation. -
setFields
public AccountLinkCreateParams.CollectionOptions.Builder setFields(AccountLinkCreateParams.CollectionOptions.Fields fields) 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
. -
setFutureRequirements
public AccountLinkCreateParams.CollectionOptions.Builder setFutureRequirements(AccountLinkCreateParams.CollectionOptions.FutureRequirements futureRequirements) Specifies whether the platform collects future_requirements in addition to requirements in Connect Onboarding. The default value isomit
.
-