-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for TaxID resource and APIs #834
Conversation
d8a3f31
to
9344782
Compare
This is now ready for review. @mickjermsurawong-stripe can you do a first pass to see what is missing? I'll then re-assign to @brandur-stripe to make sure it matches our conventions for the library |
9344782
to
f2cb852
Compare
@mickjermsurawong-stripe Friendly bump as this is being released now in the API |
Also assigning to @brandur-stripe as the feature is now live and the team would like to release this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor comment, but looks great Remi!
ptal @remi-stripe
customer.go
Outdated
Shipping *CustomerShippingDetails `json:"shipping"` | ||
Sources *SourceList `json:"sources"` | ||
Subscriptions *SubscriptionList `json:"subscriptions"` | ||
TaxIds *TaxIDList `json:"tax_ids"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's do TaxIDs
here instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah nice catch, surprised the linter did not say anything, it complained about a lot of other fields! Fixed, PTAL
f2cb852
to
07ce458
Compare
cc @stripe/api-libraries