Package com.stripe.model
Class Account.PayoutSchedule
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.PayoutSchedule
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Account
The specific user onboarding requirement field (in the requirements hash) that needs to be
resolved.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe number of days charges for the account will be held before being paid out.How frequently funds will be paid out.The day of the month funds will be paid out.The day of the week funds will be paid out, of the style 'monday', 'tuesday', etc.inthashCode()voidsetDelayDays(Long delayDays) The number of days charges for the account will be held before being paid out.voidsetInterval(String interval) How frequently funds will be paid out.voidsetMonthlyAnchor(Long monthlyAnchor) The day of the month funds will be paid out.voidsetWeeklyAnchor(String weeklyAnchor) The day of the week funds will be paid out, of the style 'monday', 'tuesday', etc.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PayoutSchedule
public PayoutSchedule()
-
-
Method Details
-
getDelayDays
The number of days charges for the account will be held before being paid out. -
getInterval
How frequently funds will be paid out. One ofmanual(payouts only created via API call),daily,weekly, ormonthly. -
getMonthlyAnchor
The day of the month funds will be paid out. Only shown ifintervalis monthly. Payouts scheduled between the 29th and 31st of the month are sent on the last day of shorter months. -
getWeeklyAnchor
The day of the week funds will be paid out, of the style 'monday', 'tuesday', etc. Only shown ifintervalis weekly. -
setDelayDays
The number of days charges for the account will be held before being paid out. -
setInterval
How frequently funds will be paid out. One ofmanual(payouts only created via API call),daily,weekly, ormonthly. -
setMonthlyAnchor
The day of the month funds will be paid out. Only shown ifintervalis monthly. Payouts scheduled between the 29th and 31st of the month are sent on the last day of shorter months. -
setWeeklyAnchor
The day of the week funds will be paid out, of the style 'monday', 'tuesday', etc. Only shown ifintervalis weekly. -
equals
-
canEqual
-
hashCode
public int hashCode()
-