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

Add support for BillingThresholds on SubscriptionItemOptions #2145

Merged
merged 1 commit into from
Jul 25, 2020

Conversation

cjavilla-stripe
Copy link
Contributor

  • Add support for BillingThresholds on SubscriptionItemOptions

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

Copy link
Contributor

@remi-stripe remi-stripe left a comment

Choose a reason for hiding this comment

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

approved but left one comment, can you confirm you want to merge anyway?

/// thresholds.
/// </summary>
[JsonProperty("billing_thresholds")]
public SubscriptionItemBillingThresholdsOptions BillingThresholds { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

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

technically you're introducing something you know you will break later with "no sharing" right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah this one is really odd because the unshared and shared name is the same

@cjavilla-stripe
Copy link
Contributor Author

thanks yeah lets merge and we can figure out how to unshare later with some custom name, at least this matches the current naming.

@remi-stripe remi-stripe merged commit cb00fe4 into master Jul 25, 2020
@remi-stripe remi-stripe deleted the cjavilla/add-billing-thresholds-to-items branch July 25, 2020 21:27
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