kfrancis / chargify-dot-net

MIT License
20 stars 49 forks source link

No property for VAT Number on Customer #11

Closed TimS- closed 8 years ago

TimS- commented 8 years ago

This seems to be due to the property not being returned in any API endpoints by Chargify which is odd as it's a propery of the Customer in the UI. Asking support

TimS- commented 8 years ago

Turn out the field is only sent back when a customer has a vat_number value set. It's undocumented as far as I can see but I can see it in a raw API request for a customer of mine where the field has a VAT value. Would be great to have this optional field added into the .Net wrapper.

janigorse commented 8 years ago

I am also interested in getting vat_number. Could this be included in .net wrapper any time soon?

kfrancis commented 8 years ago

Anyone want to fork and add a pull request?

TimS- commented 8 years ago

Any joy with this change? It would be a huge help, and while I'm happy to contribute a fix I'm not at all familiar with this library and how to correctly make this change in all the necessary places.

TimS- commented 8 years ago

I see there is an open PR for this

kfrancis commented 8 years ago

Merged