Uses of Class
com.adyen.model.configurationwebhooks.PayoutScheduleStateNotificationRequest.TypeEnum
-
Packages that use PayoutScheduleStateNotificationRequest.TypeEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of PayoutScheduleStateNotificationRequest.TypeEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return PayoutScheduleStateNotificationRequest.TypeEnum Modifier and Type Method Description static PayoutScheduleStateNotificationRequest.TypeEnumPayoutScheduleStateNotificationRequest.TypeEnum. fromValue(String value)PayoutScheduleStateNotificationRequest.TypeEnumPayoutScheduleStateNotificationRequest. getType()Type of webhook.static PayoutScheduleStateNotificationRequest.TypeEnumPayoutScheduleStateNotificationRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PayoutScheduleStateNotificationRequest.TypeEnum[]PayoutScheduleStateNotificationRequest.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 PayoutScheduleStateNotificationRequest.TypeEnum Modifier and Type Method Description voidPayoutScheduleStateNotificationRequest. setType(PayoutScheduleStateNotificationRequest.TypeEnum type)Type of webhook.PayoutScheduleStateNotificationRequestPayoutScheduleStateNotificationRequest. type(PayoutScheduleStateNotificationRequest.TypeEnum type)Type of webhook.
-