Uses of Class
com.adyen.model.management.UpdateMerchantWebhookRequest.NetworkTypeEnum
-
Packages that use UpdateMerchantWebhookRequest.NetworkTypeEnum Package Description com.adyen.model.management -
-
Uses of UpdateMerchantWebhookRequest.NetworkTypeEnum in com.adyen.model.management
Methods in com.adyen.model.management that return UpdateMerchantWebhookRequest.NetworkTypeEnum Modifier and Type Method Description static UpdateMerchantWebhookRequest.NetworkTypeEnumUpdateMerchantWebhookRequest.NetworkTypeEnum. fromValue(String value)UpdateMerchantWebhookRequest.NetworkTypeEnumUpdateMerchantWebhookRequest. getNetworkType()Network type for Terminal API notification webhooks.static UpdateMerchantWebhookRequest.NetworkTypeEnumUpdateMerchantWebhookRequest.NetworkTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateMerchantWebhookRequest.NetworkTypeEnum[]UpdateMerchantWebhookRequest.NetworkTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management with parameters of type UpdateMerchantWebhookRequest.NetworkTypeEnum Modifier and Type Method Description UpdateMerchantWebhookRequestUpdateMerchantWebhookRequest. networkType(UpdateMerchantWebhookRequest.NetworkTypeEnum networkType)Network type for Terminal API notification webhooks.voidUpdateMerchantWebhookRequest. setNetworkType(UpdateMerchantWebhookRequest.NetworkTypeEnum networkType)Network type for Terminal API notification webhooks.
-