Uses of Class
com.adyen.model.management.CreateMerchantWebhookRequest.NetworkTypeEnum
-
Packages that use CreateMerchantWebhookRequest.NetworkTypeEnum Package Description com.adyen.model.management -
-
Uses of CreateMerchantWebhookRequest.NetworkTypeEnum in com.adyen.model.management
Methods in com.adyen.model.management that return CreateMerchantWebhookRequest.NetworkTypeEnum Modifier and Type Method Description static CreateMerchantWebhookRequest.NetworkTypeEnumCreateMerchantWebhookRequest.NetworkTypeEnum. fromValue(String value)CreateMerchantWebhookRequest.NetworkTypeEnumCreateMerchantWebhookRequest. getNetworkType()Network type for Terminal API notification webhooks.static CreateMerchantWebhookRequest.NetworkTypeEnumCreateMerchantWebhookRequest.NetworkTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateMerchantWebhookRequest.NetworkTypeEnum[]CreateMerchantWebhookRequest.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 CreateMerchantWebhookRequest.NetworkTypeEnum Modifier and Type Method Description CreateMerchantWebhookRequestCreateMerchantWebhookRequest. networkType(CreateMerchantWebhookRequest.NetworkTypeEnum networkType)Network type for Terminal API notification webhooks.voidCreateMerchantWebhookRequest. setNetworkType(CreateMerchantWebhookRequest.NetworkTypeEnum networkType)Network type for Terminal API notification webhooks.
-