Package com.adyen.model.marketpay
Class PayoutScheduleResponse
- java.lang.Object
-
- com.adyen.model.marketpay.PayoutScheduleResponse
-
public class PayoutScheduleResponse extends Object
PayoutScheduleResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPayoutScheduleResponse.ScheduleEnumGets or Sets schedule
-
Constructor Summary
Constructors Constructor Description PayoutScheduleResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)DategetNextScheduledPayout()Get nextScheduledPayoutPayoutScheduleResponse.ScheduleEnumgetSchedule()Get scheduleinthashCode()PayoutScheduleResponsenextScheduledPayout(Date nextScheduledPayout)PayoutScheduleResponseschedule(PayoutScheduleResponse.ScheduleEnum schedule)voidsetNextScheduledPayout(Date nextScheduledPayout)voidsetSchedule(PayoutScheduleResponse.ScheduleEnum schedule)StringtoString()
-
-
-
Method Detail
-
schedule
public PayoutScheduleResponse schedule(PayoutScheduleResponse.ScheduleEnum schedule)
-
getSchedule
public PayoutScheduleResponse.ScheduleEnum getSchedule()
Get schedule- Returns:
- schedule
-
setSchedule
public void setSchedule(PayoutScheduleResponse.ScheduleEnum schedule)
-
nextScheduledPayout
public PayoutScheduleResponse nextScheduledPayout(Date nextScheduledPayout)
-
getNextScheduledPayout
public Date getNextScheduledPayout()
Get nextScheduledPayout- Returns:
- nextScheduledPayout
-
setNextScheduledPayout
public void setNextScheduledPayout(Date nextScheduledPayout)
-
-