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