Package com.stripe.param.checkout
Class SessionCreateParams.WalletOptions.Link.Builder
java.lang.Object
com.stripe.param.checkout.SessionCreateParams.WalletOptions.Link.Builder
- Enclosing class:
- SessionCreateParams.WalletOptions.Link
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.Specifies whether Checkout should display Link as a payment option.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setDisplay
public SessionCreateParams.WalletOptions.Link.Builder setDisplay(SessionCreateParams.WalletOptions.Link.Display display) Specifies whether Checkout should display Link as a payment option. By default, Checkout will display all the supported wallets that the Checkout Session was created with. This is theauto
behavior, and it is the default choice. -
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. SeeSessionCreateParams.WalletOptions.Link.extraParams
for the field documentation. -
putAllExtraParam
-