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