Uses of Class
com.adyen.model.marketpay.notification.AccountHolderPayoutNotificationContent.PayoutSpeedEnum
-
Packages that use AccountHolderPayoutNotificationContent.PayoutSpeedEnum Package Description com.adyen.model.marketpay.notification -
-
Uses of AccountHolderPayoutNotificationContent.PayoutSpeedEnum in com.adyen.model.marketpay.notification
Methods in com.adyen.model.marketpay.notification that return AccountHolderPayoutNotificationContent.PayoutSpeedEnum Modifier and Type Method Description static AccountHolderPayoutNotificationContent.PayoutSpeedEnumAccountHolderPayoutNotificationContent.PayoutSpeedEnum. fromValue(String text)AccountHolderPayoutNotificationContent.PayoutSpeedEnumAccountHolderPayoutNotificationContent. getPayoutSpeed()Speed with which payouts for this account are processed.AccountHolderPayoutNotificationContent.PayoutSpeedEnumAccountHolderPayoutNotificationContent.PayoutSpeedEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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.marketpay.notification with parameters of type AccountHolderPayoutNotificationContent.PayoutSpeedEnum Modifier and Type Method Description AccountHolderPayoutNotificationContentAccountHolderPayoutNotificationContent. payoutSpeed(AccountHolderPayoutNotificationContent.PayoutSpeedEnum payoutSpeed)voidAccountHolderPayoutNotificationContent. setPayoutSpeed(AccountHolderPayoutNotificationContent.PayoutSpeedEnum payoutSpeed)voidAccountHolderPayoutNotificationContent.PayoutSpeedEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AccountHolderPayoutNotificationContent.PayoutSpeedEnum enumeration)
-