Uses of Class
com.adyen.model.management.Webhook.FilterMerchantAccountTypeEnum
-
Packages that use Webhook.FilterMerchantAccountTypeEnum Package Description com.adyen.model.management -
-
Uses of Webhook.FilterMerchantAccountTypeEnum in com.adyen.model.management
Methods in com.adyen.model.management that return Webhook.FilterMerchantAccountTypeEnum Modifier and Type Method Description static Webhook.FilterMerchantAccountTypeEnumWebhook.FilterMerchantAccountTypeEnum. fromValue(String value)Webhook.FilterMerchantAccountTypeEnumWebhook. getFilterMerchantAccountType()Shows how merchant accounts are included in company-level webhooks.static Webhook.FilterMerchantAccountTypeEnumWebhook.FilterMerchantAccountTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Webhook.FilterMerchantAccountTypeEnum[]Webhook.FilterMerchantAccountTypeEnum. 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 Webhook.FilterMerchantAccountTypeEnum Modifier and Type Method Description WebhookWebhook. filterMerchantAccountType(Webhook.FilterMerchantAccountTypeEnum filterMerchantAccountType)Shows how merchant accounts are included in company-level webhooks.voidWebhook. setFilterMerchantAccountType(Webhook.FilterMerchantAccountTypeEnum filterMerchantAccountType)Shows how merchant accounts are included in company-level webhooks.
-