You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.yodlee.api.model.transaction.enums.TransactionStatus appears to be missing ENUM definition for CLEARED. Receiving the following exception
JSON parse error: Cannot deserialize value of type com.yodlee.api.model.transaction.enums.TransactionStatus from String "CLEARED": not one of the values accepted for Enum class: [FAILED, PENDING, SCHEDULED, POSTED]; nested exception is com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type com.yodlee.api.model.transaction.enums.TransactionStatus from String "CLEARED": not one of the values accepted for Enum class: [FAILED, PENDING, SCHEDULED, POSTED]\n at [Source: (PushbackInputStream); line: 1, column: 277] (through reference chain: com.yodlee.api.model.transaction.response.TransactionResponse["transaction"]->java.util.ArrayList[0]->com.yodlee.api.model.transaction.Transaction["status"])\n