Uses of Class
com.adyen.model.marketpayaccount.Account.PayoutSpeedEnum
-
Packages that use Account.PayoutSpeedEnum Package Description com.adyen.model.marketpayaccount -
-
Uses of Account.PayoutSpeedEnum in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return Account.PayoutSpeedEnum Modifier and Type Method Description static Account.PayoutSpeedEnumAccount.PayoutSpeedEnum. fromValue(String value)Account.PayoutSpeedEnumAccount. getPayoutSpeed()Speed with which payouts for this account are processed.static Account.PayoutSpeedEnumAccount.PayoutSpeedEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Account.PayoutSpeedEnum[]Account.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 Account.PayoutSpeedEnum Modifier and Type Method Description AccountAccount. payoutSpeed(Account.PayoutSpeedEnum payoutSpeed)voidAccount. setPayoutSpeed(Account.PayoutSpeedEnum payoutSpeed)
-