Class ReaderConfirmPaymentIntentParams.ConfirmConfig.Builder

java.lang.Object
com.stripe.param.terminal.ReaderConfirmPaymentIntentParams.ConfirmConfig.Builder
Enclosing class:
ReaderConfirmPaymentIntentParams.ConfirmConfig

public static class ReaderConfirmPaymentIntentParams.ConfirmConfig.Builder extends Object
  • 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. See ReaderConfirmPaymentIntentParams.ConfirmConfig.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. See ReaderConfirmPaymentIntentParams.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.