Uses of Class
com.adyen.model.marketpaywebhooks.UpdateAccountResponse.PayoutSpeedEnum
-
Packages that use UpdateAccountResponse.PayoutSpeedEnum Package Description com.adyen.model.marketpaywebhooks -
-
Uses of UpdateAccountResponse.PayoutSpeedEnum in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks 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.marketpaywebhooks with parameters of type UpdateAccountResponse.PayoutSpeedEnum Modifier and Type Method Description UpdateAccountResponseUpdateAccountResponse. payoutSpeed(UpdateAccountResponse.PayoutSpeedEnum payoutSpeed)voidUpdateAccountResponse. setPayoutSpeed(UpdateAccountResponse.PayoutSpeedEnum payoutSpeed)
-