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