Package com.stripe.param.terminal
Class ConfigurationCreateParams.Tipping.Sek.Builder
java.lang.Object
com.stripe.param.terminal.ConfigurationCreateParams.Tipping.Sek.Builder
- Enclosing class:
- ConfigurationCreateParams.Tipping.Sek
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAllFixedAmount
(List<Long> elements) Add all elements to `fixedAmounts` list.addAllPercentage
(List<Long> elements) Add all elements to `percentages` list.addFixedAmount
(Long element) Add an element to `fixedAmounts` list.addPercentage
(Long element) Add an element to `percentages` list.build()
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.setSmartTipThreshold
(Long smartTipThreshold)
-
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. SeeConfigurationCreateParams.Tipping.Sek.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. SeeConfigurationCreateParams.Tipping.Sek.extraParams
for the field documentation. -
addFixedAmount
Add an element to `fixedAmounts` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeConfigurationCreateParams.Tipping.Sek.fixedAmounts
for the field documentation. -
addAllFixedAmount
Add all elements to `fixedAmounts` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeConfigurationCreateParams.Tipping.Sek.fixedAmounts
for the field documentation. -
addPercentage
Add an element to `percentages` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeConfigurationCreateParams.Tipping.Sek.percentages
for the field documentation. -
addAllPercentage
Add all elements to `percentages` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeConfigurationCreateParams.Tipping.Sek.percentages
for the field documentation. -
setSmartTipThreshold
-