We are upgrading account requests API version to 2020-03-02 from 2018-02-06
So as part of Accounts API Argument Changes we are changing the parameters
So while creating or updating company connect account few of the arguments are managed by persons object and there are other arguments to use other which are not part of persons object
I have written something like this
so how to hit stripe with personcreateoptions which is used to manage persons object and accountupdateoptions which is used for other arguments?
--We are using 20.3.0 Stripe.Net NuGet Package