Class PayoutScheduleResponse
- java.lang.Object
-
- com.adyen.model.marketpay.notification.PayoutScheduleResponse
-
public class PayoutScheduleResponse extends Object
PayoutScheduleResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPayoutScheduleResponse.ScheduleEnumThe payout schedule of the account.
-
Constructor Summary
Constructors Constructor Description PayoutScheduleResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)DategetNextScheduledPayout()The date of the next scheduled payout.PayoutScheduleResponse.ScheduleEnumgetSchedule()The payout schedule of the account.inthashCode()PayoutScheduleResponsenextScheduledPayout(Date nextScheduledPayout)PayoutScheduleResponseschedule(PayoutScheduleResponse.ScheduleEnum schedule)voidsetNextScheduledPayout(Date nextScheduledPayout)voidsetSchedule(PayoutScheduleResponse.ScheduleEnum schedule)StringtoString()
-
-
-
Method Detail
-
nextScheduledPayout
public PayoutScheduleResponse nextScheduledPayout(Date nextScheduledPayout)
-
getNextScheduledPayout
public Date getNextScheduledPayout()
The date of the next scheduled payout.- Returns:
- nextScheduledPayout
-
setNextScheduledPayout
public void setNextScheduledPayout(Date nextScheduledPayout)
-
schedule
public PayoutScheduleResponse schedule(PayoutScheduleResponse.ScheduleEnum schedule)
-
getSchedule
public PayoutScheduleResponse.ScheduleEnum getSchedule()
The payout schedule of the account. >Permitted values: `DEFAULT`, `HOLD`, `DAILY`, `WEEKLY`, `MONTHLY`.- Returns:
- schedule
-
setSchedule
public void setSchedule(PayoutScheduleResponse.ScheduleEnum schedule)
-
-