public class PayoutScheduleResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PayoutScheduleResponse.ScheduleEnum
Gets or Sets schedule
|
| Constructor and Description |
|---|
PayoutScheduleResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Date |
getNextScheduledPayout()
Get nextScheduledPayout
|
PayoutScheduleResponse.ScheduleEnum |
getSchedule()
Get schedule
|
int |
hashCode() |
PayoutScheduleResponse |
nextScheduledPayout(Date nextScheduledPayout) |
PayoutScheduleResponse |
schedule(PayoutScheduleResponse.ScheduleEnum schedule) |
void |
setNextScheduledPayout(Date nextScheduledPayout) |
void |
setSchedule(PayoutScheduleResponse.ScheduleEnum schedule) |
String |
toString() |
public PayoutScheduleResponse schedule(PayoutScheduleResponse.ScheduleEnum schedule)
public PayoutScheduleResponse.ScheduleEnum getSchedule()
public void setSchedule(PayoutScheduleResponse.ScheduleEnum schedule)
public PayoutScheduleResponse nextScheduledPayout(Date nextScheduledPayout)
public Date getNextScheduledPayout()
public void setNextScheduledPayout(Date nextScheduledPayout)
Copyright © 2022. All rights reserved.