From 00fa0c961383d9f128b7da2ecb789cc0cf6995bc Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 13 Jun 2022 10:06:36 -0400 Subject: [PATCH 1/2] Account tax_id length 25 --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index af7942b25..b34256263 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -19027,7 +19027,7 @@ components: The tax identification number associated with this Account, for tax calculations in some countries. If you do not live in a country that collects tax, this should be `null`. - maxLength: 100 + maxLength: 25 example: ATU99999999 euuid: type: string From e5fa1a7b01170a2775231b1e99b1087c00c8e955 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 13 Jun 2022 10:10:34 -0400 Subject: [PATCH 2/2] Account tax_id empty string description --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index b34256263..b51928614 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -19026,7 +19026,7 @@ components: description: > The tax identification number associated with this Account, for tax calculations in some countries. - If you do not live in a country that collects tax, this should be `null`. + If you do not live in a country that collects tax, this should be an empty string (`""`). maxLength: 25 example: ATU99999999 euuid: