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