Uses of Class
com.adyen.model.marketpay.notification.PayoutScheduleResponse.ScheduleEnum
-
Packages that use PayoutScheduleResponse.ScheduleEnum Package Description com.adyen.model.marketpay.notification -
-
Uses of PayoutScheduleResponse.ScheduleEnum in com.adyen.model.marketpay.notification
Methods in com.adyen.model.marketpay.notification that return PayoutScheduleResponse.ScheduleEnum Modifier and Type Method Description static PayoutScheduleResponse.ScheduleEnumPayoutScheduleResponse.ScheduleEnum. fromValue(String text)PayoutScheduleResponse.ScheduleEnumPayoutScheduleResponse. getSchedule()The payout schedule of the account.PayoutScheduleResponse.ScheduleEnumPayoutScheduleResponse.ScheduleEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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.marketpay.notification with parameters of type PayoutScheduleResponse.ScheduleEnum Modifier and Type Method Description PayoutScheduleResponsePayoutScheduleResponse. schedule(PayoutScheduleResponse.ScheduleEnum schedule)voidPayoutScheduleResponse. setSchedule(PayoutScheduleResponse.ScheduleEnum schedule)voidPayoutScheduleResponse.ScheduleEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PayoutScheduleResponse.ScheduleEnum enumeration)
-