braintree / braintree_dotnet

Braintree .NET library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
136 stars 73 forks source link

Accessing BinData from the PaymentMethodNonce.FindAsync() response #63

Closed cbean-ciee closed 6 years ago

cbean-ciee commented 7 years ago

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?

jaypatel512 commented 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.

cbean-ciee commented 6 years ago

Thank you. Would it be possible to get an estimated release date?

bluk commented 6 years ago

@cbean-ciee This is released as part of 3.10.0. Thanks.