Package com.stripe.model
Class Account.Settings.Payouts.Schedule
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Settings.Payouts.Schedule
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Settings.Payouts
For more details about Schedule, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setDelayDays
(Long delayDays) void
setInterval
(String interval) void
setMonthlyAnchor
(Long monthlyAnchor) void
setMonthlyPayoutDays
(List<Long> monthlyPayoutDays) void
setWeeklyAnchor
(String weeklyAnchor) void
setWeeklyPayoutDays
(List<String> weeklyPayoutDays) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Schedule
public Schedule()
-
-
Method Details
-
getDelayDays
-
getInterval
-
getMonthlyAnchor
-
getMonthlyPayoutDays
-
getWeeklyAnchor
-
getWeeklyPayoutDays
-
setDelayDays
-
setInterval
-
setMonthlyAnchor
-
setMonthlyPayoutDays
-
setWeeklyAnchor
-
setWeeklyPayoutDays
-
equals
-
canEqual
-
hashCode
public int hashCode()
-