Uses of Class
com.adyen.model.management.CreateCompanyWebhookRequest.FilterMerchantAccountTypeEnum
-
Packages that use CreateCompanyWebhookRequest.FilterMerchantAccountTypeEnum Package Description com.adyen.model.management -
-
Uses of CreateCompanyWebhookRequest.FilterMerchantAccountTypeEnum in com.adyen.model.management
Methods in com.adyen.model.management that return CreateCompanyWebhookRequest.FilterMerchantAccountTypeEnum Modifier and Type Method Description static CreateCompanyWebhookRequest.FilterMerchantAccountTypeEnumCreateCompanyWebhookRequest.FilterMerchantAccountTypeEnum. fromValue(String value)CreateCompanyWebhookRequest.FilterMerchantAccountTypeEnumCreateCompanyWebhookRequest. getFilterMerchantAccountType()Shows how merchant accounts are filtered when configuring the webhook.static CreateCompanyWebhookRequest.FilterMerchantAccountTypeEnumCreateCompanyWebhookRequest.FilterMerchantAccountTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateCompanyWebhookRequest.FilterMerchantAccountTypeEnum[]CreateCompanyWebhookRequest.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 CreateCompanyWebhookRequest.FilterMerchantAccountTypeEnum Modifier and Type Method Description CreateCompanyWebhookRequestCreateCompanyWebhookRequest. filterMerchantAccountType(CreateCompanyWebhookRequest.FilterMerchantAccountTypeEnum filterMerchantAccountType)Shows how merchant accounts are filtered when configuring the webhook.voidCreateCompanyWebhookRequest. setFilterMerchantAccountType(CreateCompanyWebhookRequest.FilterMerchantAccountTypeEnum filterMerchantAccountType)Shows how merchant accounts are filtered when configuring the webhook.
-