Package com.stripe.param.terminal
Class ReaderConfirmPaymentIntentParams.ConfirmConfig.Builder
java.lang.Object
com.stripe.param.terminal.ReaderConfirmPaymentIntentParams.ConfirmConfig.Builder
- Enclosing class:
- ReaderConfirmPaymentIntentParams.ConfirmConfig
-
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.setReturnUrl
(String returnUrl) The URL to redirect your customer back to after they authenticate or cancel their payment on the payment method's app or site.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public ReaderConfirmPaymentIntentParams.ConfirmConfig.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. SeeReaderConfirmPaymentIntentParams.ConfirmConfig.extraParams
for the field documentation. -
putAllExtraParam
public ReaderConfirmPaymentIntentParams.ConfirmConfig.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. SeeReaderConfirmPaymentIntentParams.ConfirmConfig.extraParams
for the field documentation. -
setReturnUrl
The URL to redirect your customer back to after they authenticate or cancel their payment on the payment method's app or site. If you'd prefer to redirect to a mobile application, you can alternatively supply an application URI scheme.
-