Uses of Class
com.adyen.model.marketpayaccount.UpdateAccountResponse.PayoutSpeedEnum
-
Packages that use UpdateAccountResponse.PayoutSpeedEnum Package Description com.adyen.model.marketpayaccount -
-
Uses of UpdateAccountResponse.PayoutSpeedEnum in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return UpdateAccountResponse.PayoutSpeedEnum Modifier and Type Method Description static UpdateAccountResponse.PayoutSpeedEnumUpdateAccountResponse.PayoutSpeedEnum. fromValue(String value)UpdateAccountResponse.PayoutSpeedEnumUpdateAccountResponse. getPayoutSpeed()Speed with which payouts for this account are processed.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.marketpayaccount with parameters of type UpdateAccountResponse.PayoutSpeedEnum Modifier and Type Method Description UpdateAccountResponseUpdateAccountResponse. payoutSpeed(UpdateAccountResponse.PayoutSpeedEnum payoutSpeed)voidUpdateAccountResponse. setPayoutSpeed(UpdateAccountResponse.PayoutSpeedEnum payoutSpeed)
-