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 booleanbooleaninthashCode()voidsetDelayDays(Long delayDays) voidsetInterval(String interval) voidsetMonthlyAnchor(Long monthlyAnchor) voidsetMonthlyPayoutDays(List<Long> monthlyPayoutDays) voidsetWeeklyAnchor(String weeklyAnchor) voidsetWeeklyPayoutDays(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()
-