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

Multiple API changes #883

Merged
merged 1 commit into from
May 1, 2020
Merged

Multiple API changes #883

merged 1 commit into from
May 1, 2020

Conversation

remi-stripe
Copy link
Contributor

@remi-stripe remi-stripe commented May 1, 2020

Multiple API changes

  • Add issuing on Balance
  • Add br_cnpj and br_cpf as type on TaxId
  • Add price support in phases on SubscriptionSchedule
  • Make quantity nullable on SubscriptionSchedule for upcoming API version change

Codegen for openapi db4b68c

r? @ob-stripe
cc @stripe/api-libraries

/**
* ID of the price to which the customer should be subscribed.
*/
price?: string | Stripe.Price | Stripe.DeletedPrice;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes this is expected. It wasn't in node because we merged before we finished the change we put in Java here https://github.com/stripe/stripe-java/blob/master/src/main/java/com/stripe/model/SubscriptionSchedule.java#L730-L734

@stripe-ci stripe-ci assigned remi-stripe and unassigned ob-stripe May 1, 2020
@remi-stripe remi-stripe merged commit daae68d into master May 1, 2020
@remi-stripe remi-stripe deleted the remi/codegen-db4b68c branch May 1, 2020 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants