Uses of Class
com.adyen.model.transactionwebhooks.TransactionNotificationRequestV4.TypeEnum
-
Packages that use TransactionNotificationRequestV4.TypeEnum Package Description com.adyen.model.transactionwebhooks -
-
Uses of TransactionNotificationRequestV4.TypeEnum in com.adyen.model.transactionwebhooks
Methods in com.adyen.model.transactionwebhooks that return TransactionNotificationRequestV4.TypeEnum Modifier and Type Method Description static TransactionNotificationRequestV4.TypeEnumTransactionNotificationRequestV4.TypeEnum. fromValue(String value)TransactionNotificationRequestV4.TypeEnumTransactionNotificationRequestV4. getType()Type of the webhook.static TransactionNotificationRequestV4.TypeEnumTransactionNotificationRequestV4.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionNotificationRequestV4.TypeEnum[]TransactionNotificationRequestV4.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.transactionwebhooks with parameters of type TransactionNotificationRequestV4.TypeEnum Modifier and Type Method Description voidTransactionNotificationRequestV4. setType(TransactionNotificationRequestV4.TypeEnum type)Type of the webhook.TransactionNotificationRequestV4TransactionNotificationRequestV4. type(TransactionNotificationRequestV4.TypeEnum type)Type of the webhook.
-