Package com.stripe.param
Class AccountSessionCreateParams.Components.InstantPayoutsPromotion.Features.Builder
java.lang.Object
com.stripe.param.AccountSessionCreateParams.Components.InstantPayoutsPromotion.Features.Builder
public static class AccountSessionCreateParams.Components.InstantPayoutsPromotion.Features.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.setDisableStripeUserAuthentication(Boolean disableStripeUserAuthentication) Whether Stripe user authentication is disabled.setExternalAccountCollection(Boolean externalAccountCollection) Whether external account collection is enabled.setInstantPayouts(Boolean instantPayouts) Whether to allow creation of instant payouts.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setDisableStripeUserAuthentication
public AccountSessionCreateParams.Components.InstantPayoutsPromotion.Features.Builder setDisableStripeUserAuthentication(Boolean disableStripeUserAuthentication) Whether Stripe user authentication is disabled. This value can only betruefor accounts wherecontroller.requirement_collectionisapplicationfor the account. The default value is the opposite of theexternal_account_collectionvalue. For example, if you don't setexternal_account_collection, it defaults totrueanddisable_stripe_user_authenticationdefaults tofalse. -
setExternalAccountCollection
public AccountSessionCreateParams.Components.InstantPayoutsPromotion.Features.Builder setExternalAccountCollection(Boolean externalAccountCollection) Whether external account collection is enabled. This feature can only befalsefor accounts where you’re responsible for collecting updated information when requirements are due or change, like Custom accounts. The default value for this feature istrue. -
putExtraParam
public AccountSessionCreateParams.Components.InstantPayoutsPromotion.Features.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. SeeAccountSessionCreateParams.Components.InstantPayoutsPromotion.Features.extraParamsfor the field documentation. -
putAllExtraParam
public AccountSessionCreateParams.Components.InstantPayoutsPromotion.Features.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. SeeAccountSessionCreateParams.Components.InstantPayoutsPromotion.Features.extraParamsfor the field documentation. -
setInstantPayouts
public AccountSessionCreateParams.Components.InstantPayoutsPromotion.Features.Builder setInstantPayouts(Boolean instantPayouts) Whether to allow creation of instant payouts. Defaults totruewhencontroller.losses.paymentsis set tostripefor the account, otherwisefalse.
-