-
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
API Updates #1124
API Updates #1124
Conversation
0569070
to
32407ba
Compare
*/ | ||
application: string | null; | ||
|
||
business_profile: Configuration.BusinessProfile; |
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.
missing docs
*/ | ||
default_return_url: string | null; | ||
|
||
features: Configuration.Features; |
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.
missing docs
} | ||
|
||
interface Features { | ||
customer_update: Features.CustomerUpdate; |
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.
missing all docs
Codegen for openapi 403fdb8.
r? @richardm-stripe
cc @stripe/api-libraries
Changelog
BillingPortal.Configuration
configuration
andon_behalf_of
onBillingPortal.SessionCreateParams
andBillingPortal.Session
and billing_portal.configuration.updated
as enum members on `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`.Terminal.LocationUpdateParams.country
is now optional.