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