Skip to content

Commit

Permalink
Update generated code for v1219
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Aug 27, 2024
1 parent b97fafa commit a1673d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1216
v1219
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ public static class ShippingCost {
/**
* The <a href="https://stripe.com/docs/tax/tax-categories">tax code</a> used to calculate tax
* on shipping. If not provided, the default shipping tax code from your <a
* href="https://stripe.com/settings/tax">Tax Settings</a> is used.
* href="https://dashboard.stripe.com/settings/tax">Tax Settings</a> is used.
*/
@SerializedName("tax_code")
String taxCode;
Expand Down Expand Up @@ -1597,7 +1597,7 @@ public Builder setTaxBehavior(CalculationCreateParams.ShippingCost.TaxBehavior t
/**
* The <a href="https://stripe.com/docs/tax/tax-categories">tax code</a> used to calculate tax
* on shipping. If not provided, the default shipping tax code from your <a
* href="https://stripe.com/settings/tax">Tax Settings</a> is used.
* href="https://dashboard.stripe.com/settings/tax">Tax Settings</a> is used.
*/
public Builder setTaxCode(String taxCode) {
this.taxCode = taxCode;
Expand Down

0 comments on commit a1673d1

Please sign in to comment.