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