Uses of Class
com.adyen.model.transfers.TransferData.ReasonEnum
-
Packages that use TransferData.ReasonEnum Package Description com.adyen.model.transfers -
-
Uses of TransferData.ReasonEnum in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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.transfers 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.
-