Class CashBalanceUpdateParams.Settings.Builder

java.lang.Object
com.stripe.param.CashBalanceUpdateParams.Settings.Builder
Enclosing class:
CashBalanceUpdateParams.Settings

public static class CashBalanceUpdateParams.Settings.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      Finalize and obtain parameter instance from this builder.
    • putExtraParam

      public CashBalanceUpdateParams.Settings.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 CashBalanceUpdateParams.Settings.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 CashBalanceUpdateParams.Settings.extraParams for the field documentation.
    • setReconciliationMode

      Controls how funds transferred by the customer are applied to payment intents and invoices. Valid options are automatic, manual, or merchant_default. For more information about these reconciliation modes, see Reconciliation.