public class PayoutScheduleResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PayoutScheduleResponse.ScheduleEnum
The payout schedule of the account.
|
| Constructor and Description |
|---|
PayoutScheduleResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Date |
getNextScheduledPayout()
The date of the next scheduled payout.
|
PayoutScheduleResponse.ScheduleEnum |
getSchedule()
The payout schedule of the account.
|
int |
hashCode() |
PayoutScheduleResponse |
nextScheduledPayout(Date nextScheduledPayout) |
PayoutScheduleResponse |
schedule(PayoutScheduleResponse.ScheduleEnum schedule) |
void |
setNextScheduledPayout(Date nextScheduledPayout) |
void |
setSchedule(PayoutScheduleResponse.ScheduleEnum schedule) |
String |
toString() |
public PayoutScheduleResponse nextScheduledPayout(Date nextScheduledPayout)
public Date getNextScheduledPayout()
public void setNextScheduledPayout(Date nextScheduledPayout)
public PayoutScheduleResponse schedule(PayoutScheduleResponse.ScheduleEnum schedule)
public PayoutScheduleResponse.ScheduleEnum getSchedule()
public void setSchedule(PayoutScheduleResponse.ScheduleEnum schedule)
Copyright © 2022. All rights reserved.