From 4dd5c33675cc959a0580188fa43b1dfa4d1be713 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 08:56:15 +0000 Subject: [PATCH] Update generated code for v420 --- OPENAPI_VERSION | 2 +- lib/TaxRate.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index bc50b6e7c..df4990815 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v419 \ No newline at end of file +v420 \ No newline at end of file diff --git a/lib/TaxRate.php b/lib/TaxRate.php index 3c928db39..c0bc90262 100644 --- a/lib/TaxRate.php +++ b/lib/TaxRate.php @@ -45,5 +45,6 @@ class TaxRate extends ApiResource const TAX_TYPE_QST = 'qst'; const TAX_TYPE_RST = 'rst'; const TAX_TYPE_SALES_TAX = 'sales_tax'; + const TAX_TYPE_SERVICE_TAX = 'service_tax'; const TAX_TYPE_VAT = 'vat'; }