bunq / sdk_csharp

C# SDK for bunq API
MIT License
35 stars 22 forks source link

Can have multiple Directors in a company. (bunq/sdk_csharp#135) #136

Closed InhouseMedia closed 4 years ago

InhouseMedia commented 4 years ago

//: # (Thanks for opening this pull request! Before you proceed please make sure that you have an issue that explains what this pull request will do. Make sure that all your commits link to this issue e.g. "My commit. (bunq/sdk_csharp#)". If this pull request is changing files that are located in "BunqSdk/Model/Generated" then this pull request will be closed as these files must/can only be changed on bunq's side.)

This PR closes/fixes the following issues:

angelomelonas commented 4 years ago

Hi @InhouseMedia,

Thank you for creating this PR! 🎊 However, we are happy to announce this was fixed in the latest release (1.14.0). You can now access all directors as follows:

        /// <summary>
        ///     The existing bunq aliases for the company's directors.
        /// </summary>
        [JsonProperty(PropertyName = "directors")]
        public List<LabelUser> Directors { get; set; }