Skip to content

Commit

Permalink
Update generated code for v1504
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Feb 24, 2025
1 parent d0f1260 commit 011fce8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1502
v1504
3 changes: 2 additions & 1 deletion src/main/java/com/stripe/model/TaxRate.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ public class TaxRate extends ApiResource implements HasId, MetadataStore<TaxRate

/**
* Indicates the type of tax rate applied to the taxable amount. This value can be {@code null}
* when no tax applies to the location.
* when no tax applies to the location. This field is only present for TaxRates created by Stripe
* Tax.
*
* <p>One of {@code flat_amount}, or {@code percentage}.
*/
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/stripe/model/tax/Calculation.java
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,8 @@ public static class TaxRateDetails extends StripeObject {

/**
* Indicates the type of tax rate applied to the taxable amount. This value can be {@code
* null} when no tax applies to the location.
* null} when no tax applies to the location. This field is only present for TaxRates created
* by Stripe Tax.
*
* <p>One of {@code flat_amount}, or {@code percentage}.
*/
Expand Down

0 comments on commit 011fce8

Please sign in to comment.