Package com.stripe.param
Class BalanceSettingsUpdateParams.Payments.SettlementTiming.StartOfDay.Builder
java.lang.Object
com.stripe.param.BalanceSettingsUpdateParams.Payments.SettlementTiming.StartOfDay.Builder
- Enclosing class:
- BalanceSettingsUpdateParams.Payments.SettlementTiming.StartOfDay
public static class BalanceSettingsUpdateParams.Payments.SettlementTiming.StartOfDay.Builder
extends Object
-
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.Hour at which the customized start of day begins according to the given timezone.setMinutes(Long minutes) Minutes at which the customized start of day begins according to the given timezone.setTimezone(EmptyParam timezone) Timezone for the customized start of day.setTimezone(String timezone) Timezone for the customized start of day.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public BalanceSettingsUpdateParams.Payments.SettlementTiming.StartOfDay.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. SeeBalanceSettingsUpdateParams.Payments.SettlementTiming.StartOfDay.extraParamsfor the field documentation. -
putAllExtraParam
public BalanceSettingsUpdateParams.Payments.SettlementTiming.StartOfDay.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. SeeBalanceSettingsUpdateParams.Payments.SettlementTiming.StartOfDay.extraParamsfor the field documentation. -
setHour
Hour at which the customized start of day begins according to the given timezone. Must be a supported customized start of day hour. -
setMinutes
public BalanceSettingsUpdateParams.Payments.SettlementTiming.StartOfDay.Builder setMinutes(Long minutes) Minutes at which the customized start of day begins according to the given timezone. Must be either 0 or 30. -
setTimezone
public BalanceSettingsUpdateParams.Payments.SettlementTiming.StartOfDay.Builder setTimezone(String timezone) Timezone for the customized start of day. Must be a supported customized start of day timezone. -
setTimezone
public BalanceSettingsUpdateParams.Payments.SettlementTiming.StartOfDay.Builder setTimezone(EmptyParam timezone) Timezone for the customized start of day. Must be a supported customized start of day timezone.
-