Package com.stripe.param
Class AccountCreateParams.Settings.PaypayPayments.Site.InDevelopment.Builder
java.lang.Object
com.stripe.param.AccountCreateParams.Settings.PaypayPayments.Site.InDevelopment.Builder
- Enclosing class:
- AccountCreateParams.Settings.PaypayPayments.Site.InDevelopment
public static class AccountCreateParams.Settings.PaypayPayments.Site.InDevelopment.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.setPassword(String password) Required. The password needed to access your business's website.setUsername(String username)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public AccountCreateParams.Settings.PaypayPayments.Site.InDevelopment.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. SeeAccountCreateParams.Settings.PaypayPayments.Site.InDevelopment.extraParamsfor the field documentation. -
putAllExtraParam
public AccountCreateParams.Settings.PaypayPayments.Site.InDevelopment.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. SeeAccountCreateParams.Settings.PaypayPayments.Site.InDevelopment.extraParamsfor the field documentation. -
setPassword
public AccountCreateParams.Settings.PaypayPayments.Site.InDevelopment.Builder setPassword(String password) Required. The password needed to access your business's website. -
setUsername
public AccountCreateParams.Settings.PaypayPayments.Site.InDevelopment.Builder setUsername(String username)
-