bunq / sdk_java

Java SDK for bunq API
MIT License
49 stars 23 forks source link

Add optional parameters to constructor  #50

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