-
Notifications
You must be signed in to change notification settings - Fork 753
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 the TaxId resource and APIs #589
Conversation
This is now ready to be reviewed. |
lib/resources/TaxIds.js
Outdated
* This streamlines the API specifically for the case of accessing a tax id | ||
* on a returned customer object. | ||
* | ||
* E.g. customerObject.tax_id.retrieve(taxIdId) |
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.
should this be customerObject.tax_ids
(the id[s]
)?
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.
I'll be honest, this comment makes little sense to me (the library really needs to be cleaned-up/rewritten :p) but likely
ptal @remi-stripe |
1f4941f
to
25d8cbc
Compare
@mickjermsurawong-stripe Nice catch. Fixed. PTAL |
LGTM |
cc @stripe/api-libraries