public static class Account.PayoutSchedule extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
PayoutSchedule() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getDelayDays()
The number of days charges for the account will be held before being paid out.
|
java.lang.String |
getInterval()
How frequently funds will be paid out.
|
java.lang.Long |
getMonthlyAnchor()
The day of the month funds will be paid out.
|
java.lang.String |
getWeeklyAnchor()
The day of the week funds will be paid out, of the style 'monday', 'tuesday', etc.
|
int |
hashCode() |
void |
setDelayDays(java.lang.Long delayDays)
The number of days charges for the account will be held before being paid out.
|
void |
setInterval(java.lang.String interval)
How frequently funds will be paid out.
|
void |
setMonthlyAnchor(java.lang.Long monthlyAnchor)
The day of the month funds will be paid out.
|
void |
setWeeklyAnchor(java.lang.String weeklyAnchor)
The day of the week funds will be paid out, of the style 'monday', 'tuesday', etc.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.Long getDelayDays()
public java.lang.String getInterval()
manual (payouts only created via API
call), daily, weekly, or monthly.public java.lang.Long getMonthlyAnchor()
interval is monthly.
Payouts scheduled between the 29th and 31st of the month are sent on the last day of shorter
months.public java.lang.String getWeeklyAnchor()
interval is weekly.public void setDelayDays(java.lang.Long delayDays)
public void setInterval(java.lang.String interval)
manual (payouts only created via API
call), daily, weekly, or monthly.public void setMonthlyAnchor(java.lang.Long monthlyAnchor)
interval is monthly.
Payouts scheduled between the 29th and 31st of the month are sent on the last day of shorter
months.public void setWeeklyAnchor(java.lang.String weeklyAnchor)
interval is weekly.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object