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