Class OrderUpdateParams.Payment.Builder

java.lang.Object
com.stripe.param.OrderUpdateParams.Payment.Builder
Enclosing class:
OrderUpdateParams.Payment

public static class OrderUpdateParams.Payment.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      public OrderUpdateParams.Payment build()
      Finalize and obtain parameter instance from this builder.
    • putExtraParam

      public OrderUpdateParams.Payment.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. See OrderUpdateParams.Payment.extraParams for the field documentation.
    • putAllExtraParam

      public OrderUpdateParams.Payment.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. See OrderUpdateParams.Payment.extraParams for the field documentation.
    • setSettings

      Settings describing how the order should configure generated PaymentIntents.