Uses of Class
com.adyen.model.disputewebhooks.DisputeEventNotification.TypeEnum
-
Packages that use DisputeEventNotification.TypeEnum Package Description com.adyen.model.disputewebhooks -
-
Uses of DisputeEventNotification.TypeEnum in com.adyen.model.disputewebhooks
Methods in com.adyen.model.disputewebhooks that return DisputeEventNotification.TypeEnum Modifier and Type Method Description static DisputeEventNotification.TypeEnumDisputeEventNotification.TypeEnum. fromValue(String value)DisputeEventNotification.TypeEnumDisputeEventNotification. getType()The type of dispute raised for the transaction.static DisputeEventNotification.TypeEnumDisputeEventNotification.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DisputeEventNotification.TypeEnum[]DisputeEventNotification.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.disputewebhooks with parameters of type DisputeEventNotification.TypeEnum Modifier and Type Method Description voidDisputeEventNotification. setType(DisputeEventNotification.TypeEnum type)The type of dispute raised for the transaction.DisputeEventNotificationDisputeEventNotification. type(DisputeEventNotification.TypeEnum type)The type of dispute raised for the transaction.
-