## Steps to reproduce: 1. Try to create a `TokenQrRequestIdeal` using the SDK. ## What should happen: 1. The item is created and a `TokenQrRequestIdeal` object is returned. ## What happens: 1. The API returns a `RequestResponse` object, but the SDK tries to cast it to a `TokenQrRequestIdeal`, resulting in an error. ## Extra info: - Tested on [0.12.3](https://github.com/bunq/sdk_java/releases/tag/0.12.3) ## Reference - bunq/sdk_php#80