Uses of Class
com.adyen.model.marketpayaccount.UpdatePayoutScheduleRequest.ActionEnum
-
Packages that use UpdatePayoutScheduleRequest.ActionEnum Package Description com.adyen.model.marketpayaccount -
-
Uses of UpdatePayoutScheduleRequest.ActionEnum in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return UpdatePayoutScheduleRequest.ActionEnum Modifier and Type Method Description static UpdatePayoutScheduleRequest.ActionEnumUpdatePayoutScheduleRequest.ActionEnum. fromValue(String value)UpdatePayoutScheduleRequest.ActionEnumUpdatePayoutScheduleRequest. getAction()Direction on how to handle any payouts that have already been scheduled.static UpdatePayoutScheduleRequest.ActionEnumUpdatePayoutScheduleRequest.ActionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdatePayoutScheduleRequest.ActionEnum[]UpdatePayoutScheduleRequest.ActionEnum. 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 UpdatePayoutScheduleRequest.ActionEnum Modifier and Type Method Description UpdatePayoutScheduleRequestUpdatePayoutScheduleRequest. action(UpdatePayoutScheduleRequest.ActionEnum action)voidUpdatePayoutScheduleRequest. setAction(UpdatePayoutScheduleRequest.ActionEnum action)
-