yapily / yapily-sdk-python

Python SDK generated against the Yapily API. This SDK can be used to connect to Open Banking entities.
https://yapily.com
MIT License
13 stars 10 forks source link

payee name should be nullable #7

Open heyarnold1 opened 3 years ago

heyarnold1 commented 3 years ago

In the Sandbox data payee name can be null and therefore the get beneficiaries request fails. I suggest changing

https://github.com/yapily/yapily-sdk-python/blob/e72a11c70a5d786aeb567b77d7911b1418c22a4a/sdk/yapily/models/payee.py#L64

        if name is not None:
            self.name = name