Uses of Class
com.adyen.model.marketpayfund.PayoutAccountHolderResponse.PayoutSpeedEnum
-
Packages that use PayoutAccountHolderResponse.PayoutSpeedEnum Package Description com.adyen.model.marketpayfund -
-
Uses of PayoutAccountHolderResponse.PayoutSpeedEnum in com.adyen.model.marketpayfund
Methods in com.adyen.model.marketpayfund that return PayoutAccountHolderResponse.PayoutSpeedEnum Modifier and Type Method Description static PayoutAccountHolderResponse.PayoutSpeedEnumPayoutAccountHolderResponse.PayoutSpeedEnum. fromValue(String value)PayoutAccountHolderResponse.PayoutSpeedEnumPayoutAccountHolderResponse. getPayoutSpeed()Speed with which payouts for this account are processed.static PayoutAccountHolderResponse.PayoutSpeedEnumPayoutAccountHolderResponse.PayoutSpeedEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PayoutAccountHolderResponse.PayoutSpeedEnum[]PayoutAccountHolderResponse.PayoutSpeedEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpayfund with parameters of type PayoutAccountHolderResponse.PayoutSpeedEnum Modifier and Type Method Description PayoutAccountHolderResponsePayoutAccountHolderResponse. payoutSpeed(PayoutAccountHolderResponse.PayoutSpeedEnum payoutSpeed)voidPayoutAccountHolderResponse. setPayoutSpeed(PayoutAccountHolderResponse.PayoutSpeedEnum payoutSpeed)
-