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