Uses of Class
com.adyen.model.configurationwebhooks.PayoutScheduleBANotificationRequest.TypeEnum
-
Packages that use PayoutScheduleBANotificationRequest.TypeEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of PayoutScheduleBANotificationRequest.TypeEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return PayoutScheduleBANotificationRequest.TypeEnum Modifier and Type Method Description static PayoutScheduleBANotificationRequest.TypeEnumPayoutScheduleBANotificationRequest.TypeEnum. fromValue(String value)PayoutScheduleBANotificationRequest.TypeEnumPayoutScheduleBANotificationRequest. getType()Type of webhook.static PayoutScheduleBANotificationRequest.TypeEnumPayoutScheduleBANotificationRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PayoutScheduleBANotificationRequest.TypeEnum[]PayoutScheduleBANotificationRequest.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.configurationwebhooks with parameters of type PayoutScheduleBANotificationRequest.TypeEnum Modifier and Type Method Description voidPayoutScheduleBANotificationRequest. setType(PayoutScheduleBANotificationRequest.TypeEnum type)Type of webhook.PayoutScheduleBANotificationRequestPayoutScheduleBANotificationRequest. type(PayoutScheduleBANotificationRequest.TypeEnum type)Type of webhook.
-