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