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