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