Uses of Class
com.adyen.model.transferwebhooks.TransferData.CategoryEnum
-
Packages that use TransferData.CategoryEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of TransferData.CategoryEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks 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.transferwebhooks with parameters of type TransferData.CategoryEnum Modifier and Type Method Description TransferDataTransferData. category(TransferData.CategoryEnum category)The category of the transfer.voidTransferData. setCategory(TransferData.CategoryEnum category)The category of the transfer.
-