Skip to content
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

Merged
merged 3 commits into from
Feb 22, 2021
Merged

API Updates #1124

merged 3 commits into from
Feb 22, 2021

Conversation

richardm-stripe
Copy link
Contributor

@richardm-stripe richardm-stripe commented Feb 19, 2021

Codegen for openapi 403fdb8.
r? @richardm-stripe
cc @stripe/api-libraries

Changelog

  • Added support for new resource BillingPortal.Configuration
  • Added support for configuration and on_behalf_of on BillingPortal.SessionCreateParams and BillingPortal.Session
  • Add support for ``billing_portal.configuration.created and billing_portal.configuration.updated as enum members on `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`.
  • Terminal.LocationUpdateParams.country is now optional.

*/
application: string | null;

business_profile: Configuration.BusinessProfile;
Copy link
Contributor

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;
Copy link
Contributor

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;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing all docs

@richardm-stripe richardm-stripe merged commit a80a93e into master Feb 22, 2021
@richardm-stripe richardm-stripe deleted the latest-codegen branch February 22, 2021 14:28
This was referenced Mar 10, 2021
This was referenced Mar 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants