Class AccountUpdateParams.Settings.Capital.Builder

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

public static class AccountUpdateParams.Settings.Capital.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      Finalize and obtain parameter instance from this builder.
    • putExtraParam

      public AccountUpdateParams.Settings.Capital.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 AccountUpdateParams.Settings.Capital.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 AccountUpdateParams.Settings.Capital.extraParams for the field documentation.
    • putPayoutDestination

      public AccountUpdateParams.Settings.Capital.Builder putPayoutDestination(String key, String value)
      Add a key/value pair to `payoutDestination` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See AccountUpdateParams.Settings.Capital.payoutDestination for the field documentation.
    • putAllPayoutDestination

      public AccountUpdateParams.Settings.Capital.Builder putAllPayoutDestination(Map<String,String> map)
      Add all map key/value pairs to `payoutDestination` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See AccountUpdateParams.Settings.Capital.payoutDestination for the field documentation.
    • putPayoutDestinationSelector

      public AccountUpdateParams.Settings.Capital.Builder putPayoutDestinationSelector(String key, List<String> value)
      Add a key/value pair to `payoutDestinationSelector` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See AccountUpdateParams.Settings.Capital.payoutDestinationSelector for the field documentation.
    • putAllPayoutDestinationSelector

      public AccountUpdateParams.Settings.Capital.Builder putAllPayoutDestinationSelector(Map<String,List<String>> map)