Package com.stripe.param.v2.core
Class AccountLinkCreateParams.UseCase.AccountOnboarding.CollectionOptions.Builder
java.lang.Object
com.stripe.param.v2.core.AccountLinkCreateParams.UseCase.AccountOnboarding.CollectionOptions.Builder
- Enclosing class:
- AccountLinkCreateParams.UseCase.AccountOnboarding.CollectionOptions
public static class AccountLinkCreateParams.UseCase.AccountOnboarding.CollectionOptions.Builder
extends Object
-
Constructor Summary
Constructors -
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.UseCase.AccountOnboarding.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
public AccountLinkCreateParams.UseCase.AccountOnboarding.CollectionOptions.Builder putExtraParam(String key, Object value) 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.UseCase.AccountOnboarding.CollectionOptions.extraParams
for the field documentation. -
putAllExtraParam
public AccountLinkCreateParams.UseCase.AccountOnboarding.CollectionOptions.Builder putAllExtraParam(Map<String, Object> map) 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.UseCase.AccountOnboarding.CollectionOptions.extraParams
for the field documentation. -
setFields
public AccountLinkCreateParams.UseCase.AccountOnboarding.CollectionOptions.Builder setFields(AccountLinkCreateParams.UseCase.AccountOnboarding.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 specify collection_options, the default value is currently_due. -
setFutureRequirements
public AccountLinkCreateParams.UseCase.AccountOnboarding.CollectionOptions.Builder setFutureRequirements(AccountLinkCreateParams.UseCase.AccountOnboarding.CollectionOptions.FutureRequirements futureRequirements) Specifies whether the platform collects future_requirements in addition to requirements in Connect Onboarding. The default value isomit
.
-