Uses of Class
com.adyen.model.transferwebhooks.InterchangeData.TypeEnum
-
Packages that use InterchangeData.TypeEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of InterchangeData.TypeEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return InterchangeData.TypeEnum Modifier and Type Method Description static InterchangeData.TypeEnumInterchangeData.TypeEnum. fromValue(String value)InterchangeData.TypeEnumInterchangeData. getType()The type of events data.static InterchangeData.TypeEnumInterchangeData.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static InterchangeData.TypeEnum[]InterchangeData.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.transferwebhooks with parameters of type InterchangeData.TypeEnum Modifier and Type Method Description voidInterchangeData. setType(InterchangeData.TypeEnum type)The type of events data.InterchangeDataInterchangeData. type(InterchangeData.TypeEnum type)The type of events data.
-