Package com.stripe.param
Class BalanceSettingsUpdateParams.Payouts.Schedule.Builder
java.lang.Object
com.stripe.param.BalanceSettingsUpdateParams.Payouts.Schedule.Builder
- Enclosing class:
- BalanceSettingsUpdateParams.Payouts.Schedule
-
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.How frequently available funds are paid out.setMonthlyAnchor
(Long monthlyAnchor) The day of the month when available funds are paid out, specified as a number between 1--31.
-
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. SeeBalanceSettingsUpdateParams.Payouts.Schedule.extraParams
for the field documentation. -
putAllExtraParam
public BalanceSettingsUpdateParams.Payouts.Schedule.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.Payouts.Schedule.extraParams
for the field documentation. -
setInterval
public BalanceSettingsUpdateParams.Payouts.Schedule.Builder setInterval(BalanceSettingsUpdateParams.Payouts.Schedule.Interval interval) How frequently available funds are paid out. One of:daily
,manual
,weekly
, ormonthly
. Default isdaily
. -
setMonthlyAnchor
The day of the month when available funds are paid out, specified as a number between 1--31. Payouts nominally scheduled between the 29th and 31st of the month are instead sent on the last day of a shorter month. Required and applicable only ifinterval
ismonthly
. -
setWeeklyAnchor
public BalanceSettingsUpdateParams.Payouts.Schedule.Builder setWeeklyAnchor(BalanceSettingsUpdateParams.Payouts.Schedule.WeeklyAnchor weeklyAnchor)
-