From 7d2d3a8d8147b20e2b91ffd7982ab7d997cf19a9 Mon Sep 17 00:00:00 2001
From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Date: Wed, 26 Apr 2023 11:10:54 +0000
Subject: [PATCH] Update generated code for v313
---
OPENAPI_VERSION | 2 +-
lib/TaxRate.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION
index 0b3f04f2a..2b3b8788c 100644
--- a/OPENAPI_VERSION
+++ b/OPENAPI_VERSION
@@ -1 +1 @@
-v311
\ No newline at end of file
+v313
\ No newline at end of file
diff --git a/lib/TaxRate.php b/lib/TaxRate.php
index d083dac31..acf7b9ba3 100644
--- a/lib/TaxRate.php
+++ b/lib/TaxRate.php
@@ -26,7 +26,7 @@
* @property null|string $jurisdiction The jurisdiction for the tax rate. You can use this label field for tax reporting purposes. It also appears on your customer’s invoice.
* @property bool $livemode Has the value true
if the object exists in live mode or the value false
if the object exists in test mode.
* @property null|\Stripe\StripeObject $metadata Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
- * @property float $percentage This represents the tax rate percent out of 100.
+ * @property float $percentage Tax rate percentage out of 100. For tax calculations with automatic_tax[enabled]=true, this percentage includes the statutory tax rate of non-taxable jurisdictions.
* @property null|string $state ISO 3166-2 subdivision code, without country prefix. For example, "NY" for New York, United States.
* @property null|string $tax_type The high-level tax type, such as vat
or sales_tax
.
*/