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