Uses of Class
com.adyen.model.transferwebhooks.TransferData.ReasonEnum
-
Packages that use TransferData.ReasonEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of TransferData.ReasonEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return TransferData.ReasonEnum Modifier and Type Method Description static TransferData.ReasonEnumTransferData.ReasonEnum. fromValue(String value)TransferData.ReasonEnumTransferData. getReason()Additional information about the status of the transfer.static TransferData.ReasonEnumTransferData.ReasonEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferData.ReasonEnum[]TransferData.ReasonEnum. 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.ReasonEnum Modifier and Type Method Description TransferDataTransferData. reason(TransferData.ReasonEnum reason)Additional information about the status of the transfer.voidTransferData. setReason(TransferData.ReasonEnum reason)Additional information about the status of the transfer.
-