File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -150569,6 +150569,10 @@
150569
150569
"subscription_data": {
150570
150570
"explode": true,
150571
150571
"style": "deepObject"
150572
+ },
150573
+ "tax_id_collection": {
150574
+ "explode": true,
150575
+ "style": "deepObject"
150572
150576
}
150573
150577
},
150574
150578
"schema": {
@@ -151670,6 +151674,20 @@
151670
151674
},
151671
151675
"title": "subscription_data_update_params",
151672
151676
"type": "object"
151677
+ },
151678
+ "tax_id_collection": {
151679
+ "description": "Controls tax ID collection during checkout.",
151680
+ "properties": {
151681
+ "enabled": {
151682
+ "description": "Set to `true` to enable tax ID collection.",
151683
+ "type": "boolean"
151684
+ }
151685
+ },
151686
+ "required": [
151687
+ "enabled"
151688
+ ],
151689
+ "title": "tax_id_collection_params",
151690
+ "type": "object"
151673
151691
}
151674
151692
},
151675
151693
"type": "object"
Original file line number Diff line number Diff line change @@ -113712,6 +113712,10 @@
113712
113712
"subscription_data": {
113713
113713
"explode": true,
113714
113714
"style": "deepObject"
113715
+ },
113716
+ "tax_id_collection": {
113717
+ "explode": true,
113718
+ "style": "deepObject"
113715
113719
}
113716
113720
},
113717
113721
"schema": {
@@ -114744,6 +114748,19 @@
114744
114748
},
114745
114749
"title": "subscription_data_update_params",
114746
114750
"type": "object"
114751
+ },
114752
+ "tax_id_collection": {
114753
+ "description": "Controls tax ID collection during checkout.",
114754
+ "properties": {
114755
+ "enabled": {
114756
+ "type": "boolean"
114757
+ }
114758
+ },
114759
+ "required": [
114760
+ "enabled"
114761
+ ],
114762
+ "title": "tax_id_collection_params",
114763
+ "type": "object"
114747
114764
}
114748
114765
},
114749
114766
"type": "object"
You can’t perform that action at this time.
0 commit comments