bunq / sdk_php

PHP SDK for bunq API
MIT License
84 stars 55 forks source link

Can not construct a BunqMeTabEntry for use with BunqMeTab::create() #118

Closed mbernson closed 6 years ago

mbernson commented 6 years ago

Steps to reproduce:

  1. In order to send a shared request (bunq.me tab), I need to pass a BunqMeTabEntry object. However, I can't construct such an object properly.

What should happen:

  1. I can construct the object however I want, or just pass a requestMap (array).

What happens:

  1. I construct the object and get superfluous field errors.

SDK version and environment

OGKevin commented 6 years ago

Re opening as Objects should include this as well.