Uses of Class
com.adyen.model.marketpay.notification.UpdateAccountResponse.PayoutSpeedEnum
-
Packages that use UpdateAccountResponse.PayoutSpeedEnum Package Description com.adyen.model.marketpay.notification -
-
Uses of UpdateAccountResponse.PayoutSpeedEnum in com.adyen.model.marketpay.notification
Methods in com.adyen.model.marketpay.notification that return UpdateAccountResponse.PayoutSpeedEnum Modifier and Type Method Description static UpdateAccountResponse.PayoutSpeedEnumUpdateAccountResponse.PayoutSpeedEnum. fromValue(String text)UpdateAccountResponse.PayoutSpeedEnumUpdateAccountResponse. getPayoutSpeed()Speed with which payouts for this account are processed.UpdateAccountResponse.PayoutSpeedEnumUpdateAccountResponse.PayoutSpeedEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static UpdateAccountResponse.PayoutSpeedEnumUpdateAccountResponse.PayoutSpeedEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateAccountResponse.PayoutSpeedEnum[]UpdateAccountResponse.PayoutSpeedEnum. 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 UpdateAccountResponse.PayoutSpeedEnum Modifier and Type Method Description UpdateAccountResponseUpdateAccountResponse. payoutSpeed(UpdateAccountResponse.PayoutSpeedEnum payoutSpeed)voidUpdateAccountResponse. setPayoutSpeed(UpdateAccountResponse.PayoutSpeedEnum payoutSpeed)voidUpdateAccountResponse.PayoutSpeedEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, UpdateAccountResponse.PayoutSpeedEnum enumeration)
-