-
Notifications
You must be signed in to change notification settings - Fork 774
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
API Updates #1366
API Updates #1366
Conversation
types/2020-08-27/Customers.d.ts
Outdated
@@ -671,6 +671,11 @@ declare module 'stripe' { | |||
* Specifies which fields in the response should be expanded. | |||
*/ | |||
expand?: Array<string>; | |||
|
|||
/** | |||
* Provides a list of customers that are associated with the specified test clock. If no list is provided, the response won't include customers with test clocks. |
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.
Is that doc correct?
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.
Fixed - good catch!
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.
LGTM aside from docstring
Codegen for openapi d65ebba.
r? @richardm-stripe
cc @stripe/api-libraries
Changelog
test_clock
onCustomerListParams
Invoice.test_clock
,InvoiceItem.test_clock
,Quote.test_clock
,Subscription.test_clock
, andSubscriptionSchedule.test_clock
to be required