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