Closed cbean-ciee closed 6 years ago
Hey @cbean-ciee !
Thanks for reporting this issue. I see that we are missing that object in all other language SDKs too. We will be working on adding that to all languages, and release them soon. We will close this issue once we have released those changes.
Thank you. Would it be possible to get an estimated release date?
General information
Issue description
I am attempting to retrieve the BinData (referenced in the documentation here: https://developers.braintreepayments.com/reference/response/payment-method-nonce/dotnet) from the PaymentMethodNonce.FindAsync() response but it doesn't seem to be a part of the strongly typed model (at least in version 3.9.0 of the nuget package). I see the data is actually being returned from the endpoint but it isn't being made available from the c# model.
Is this something that is planned for a future release or would you accept a pull request to add BinData to the PaymentMethodNonce model?