Uses of Class
com.adyen.model.marketpayaccount.PayoutScheduleResponse.ScheduleEnum
-
Packages that use PayoutScheduleResponse.ScheduleEnum Package Description com.adyen.model.marketpayaccount -
-
Uses of PayoutScheduleResponse.ScheduleEnum in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return PayoutScheduleResponse.ScheduleEnum Modifier and Type Method Description static PayoutScheduleResponse.ScheduleEnumPayoutScheduleResponse.ScheduleEnum. fromValue(String value)PayoutScheduleResponse.ScheduleEnumPayoutScheduleResponse. getSchedule()The payout schedule of the account.static PayoutScheduleResponse.ScheduleEnumPayoutScheduleResponse.ScheduleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PayoutScheduleResponse.ScheduleEnum[]PayoutScheduleResponse.ScheduleEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpayaccount with parameters of type PayoutScheduleResponse.ScheduleEnum Modifier and Type Method Description PayoutScheduleResponsePayoutScheduleResponse. schedule(PayoutScheduleResponse.ScheduleEnum schedule)voidPayoutScheduleResponse. setSchedule(PayoutScheduleResponse.ScheduleEnum schedule)
-