Uses of Class
com.adyen.model.marketpay.PayoutScheduleResponse.ScheduleEnum
-
Packages that use PayoutScheduleResponse.ScheduleEnum Package Description com.adyen.model.marketpay -
-
Uses of PayoutScheduleResponse.ScheduleEnum in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return PayoutScheduleResponse.ScheduleEnum Modifier and Type Method Description PayoutScheduleResponse.ScheduleEnumPayoutScheduleResponse. getSchedule()Get schedulestatic 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.marketpay with parameters of type PayoutScheduleResponse.ScheduleEnum Modifier and Type Method Description PayoutScheduleResponsePayoutScheduleResponse. schedule(PayoutScheduleResponse.ScheduleEnum schedule)voidPayoutScheduleResponse. setSchedule(PayoutScheduleResponse.ScheduleEnum schedule)
-