Package com.stripe.param.terminal
Class ConfigurationCreateParams.Builder
java.lang.Object
com.stripe.param.terminal.ConfigurationCreateParams.Builder
- Enclosing class:
- ConfigurationCreateParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllExpand
(List<String> elements) Add all elements to `expand` list.Add an element to `expand` 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.setBbposWiseposE
(ConfigurationCreateParams.BbposWiseposE bbposWiseposE) An object containing device type specific settings for BBPOS WisePOS E readers.Name of the configuration.setOffline
(EmptyParam offline) Configurations for collecting transactions offline.Configurations for collecting transactions offline.setTipping
(EmptyParam tipping) Tipping configurations for readers supporting on-reader tips.Tipping configurations for readers supporting on-reader tips.setVerifoneP400
(ConfigurationCreateParams.VerifoneP400 verifoneP400) An object containing device type specific settings for Verifone P400 readers.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setBbposWiseposE
public ConfigurationCreateParams.Builder setBbposWiseposE(ConfigurationCreateParams.BbposWiseposE bbposWiseposE) An object containing device type specific settings for BBPOS WisePOS E readers. -
addExpand
Add an element to `expand` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeConfigurationCreateParams.expand
for the field documentation. -
addAllExpand
Add all elements to `expand` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeConfigurationCreateParams.expand
for the field documentation. -
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.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.extraParams
for the field documentation. -
setName
Name of the configuration. -
setOffline
Configurations for collecting transactions offline. -
setOffline
Configurations for collecting transactions offline. -
setTipping
Tipping configurations for readers supporting on-reader tips. -
setTipping
Tipping configurations for readers supporting on-reader tips. -
setVerifoneP400
public ConfigurationCreateParams.Builder setVerifoneP400(ConfigurationCreateParams.VerifoneP400 verifoneP400) An object containing device type specific settings for Verifone P400 readers.
-