bunq / sdk_python

Python SDK for bunq API
MIT License
106 stars 26 forks source link

Add optional parameters to constructor  #55

Closed OGKevin closed 6 years ago

OGKevin commented 6 years ago

Steps to reproduce:

  1. Take a look at the objects with optional parameters
  2. Try and set these parameters

What should happen:

  1. These parameters can be set via constructor

What happens:

  1. These parameters must be set after constructing the object via setters

Logs

Extra info:

References

OGKevin commented 6 years ago

This has been implemented in 302a82980ca73afdea7a8bed37ccc4ef7ce9ea43

https://github.com/bunq/sdk_python/blob/302a82980ca73afdea7a8bed37ccc4ef7ce9ea43/bunq/sdk/model/generated/object_.py#L450-L463