Uses of Class
com.adyen.model.marketpaywebhooks.PayoutScheduleResponse
-
Packages that use PayoutScheduleResponse Package Description com.adyen.model.marketpaywebhooks -
-
Uses of PayoutScheduleResponse in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return PayoutScheduleResponse Modifier and Type Method Description static PayoutScheduleResponsePayoutScheduleResponse. fromJson(String jsonString)Create an instance of PayoutScheduleResponse given an JSON stringPayoutScheduleResponseCreateAccountResponse. getPayoutSchedule()Get payoutSchedulePayoutScheduleResponseUpdateAccountResponse. getPayoutSchedule()Get payoutSchedulePayoutScheduleResponsePayoutScheduleResponse. nextScheduledPayout(OffsetDateTime nextScheduledPayout)PayoutScheduleResponsePayoutScheduleResponse. schedule(PayoutScheduleResponse.ScheduleEnum schedule)Methods in com.adyen.model.marketpaywebhooks with parameters of type PayoutScheduleResponse Modifier and Type Method Description CreateAccountResponseCreateAccountResponse. payoutSchedule(PayoutScheduleResponse payoutSchedule)UpdateAccountResponseUpdateAccountResponse. payoutSchedule(PayoutScheduleResponse payoutSchedule)voidCreateAccountResponse. setPayoutSchedule(PayoutScheduleResponse payoutSchedule)voidUpdateAccountResponse. setPayoutSchedule(PayoutScheduleResponse payoutSchedule)
-