Uses of Class
com.adyen.model.transfers.InterchangeData.TypeEnum
-
Packages that use InterchangeData.TypeEnum Package Description com.adyen.model.transfers -
-
Uses of InterchangeData.TypeEnum in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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.transfers 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.
-