Uses of Class
com.adyen.model.transferwebhooks.TransferData.TypeEnum
-
Packages that use TransferData.TypeEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of TransferData.TypeEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return TransferData.TypeEnum Modifier and Type Method Description static TransferData.TypeEnumTransferData.TypeEnum. fromValue(String value)TransferData.TypeEnumTransferData. getType()The type of transfer or transaction.static TransferData.TypeEnumTransferData.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferData.TypeEnum[]TransferData.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 TransferData.TypeEnum Modifier and Type Method Description voidTransferData. setType(TransferData.TypeEnum type)The type of transfer or transaction.TransferDataTransferData. type(TransferData.TypeEnum type)
-