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