Package com.stripe.param
Class AccountCreateParams.Settings.Capital.Builder
java.lang.Object
com.stripe.param.AccountCreateParams.Settings.Capital.Builder
- Enclosing class:
- AccountCreateParams.Settings.Capital
-
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.Add all map key/value pairs to `payoutDestination` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.putPayoutDestination
(String key, String value) Add a key/value pair to `payoutDestination` map.putPayoutDestinationSelector
(String key, List<String> value) Add a key/value pair to `payoutDestinationSelector` map.
-
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. SeeAccountCreateParams.Settings.Capital.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. SeeAccountCreateParams.Settings.Capital.extraParams
for the field documentation. -
putPayoutDestination
Add a key/value pair to `payoutDestination` 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.Capital.payoutDestination
for the field documentation. -
putAllPayoutDestination
Add all map key/value pairs to `payoutDestination` 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.Capital.payoutDestination
for the field documentation. -
putPayoutDestinationSelector
public AccountCreateParams.Settings.Capital.Builder putPayoutDestinationSelector(String key, List<String> value) Add a key/value pair to `payoutDestinationSelector` 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.Capital.payoutDestinationSelector
for the field documentation. -
putAllPayoutDestinationSelector
public AccountCreateParams.Settings.Capital.Builder putAllPayoutDestinationSelector(Map<String, List<String>> map)
-