File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
- v1629
1
+ v1630
Original file line number Diff line number Diff line change @@ -5071,10 +5071,6 @@ class RetrieveParams(RequestOptions):
5071
5071
"""
5072
5072
Information about the customer collected within the Checkout Session.
5073
5073
"""
5074
- collected_information : Optional [CollectedInformation ]
5075
- """
5076
- Information about the customer collected within the Checkout Session.
5077
- """
5078
5074
consent : Optional [Consent ]
5079
5075
"""
5080
5076
Results of `consent_collection` for this session.
@@ -5093,7 +5089,7 @@ class RetrieveParams(RequestOptions):
5093
5089
"""
5094
5090
currency_conversion : Optional [CurrencyConversion ]
5095
5091
"""
5096
- Currency conversion details for [Adaptive Pricing](https://docs.stripe.com/payments/checkout/adaptive-pricing) sessions
5092
+ Currency conversion details for [Adaptive Pricing](https://docs.stripe.com/payments/checkout/adaptive-pricing) sessions created before 2025-03-31.
5097
5093
"""
5098
5094
custom_fields : List [CustomField ]
5099
5095
"""
You can’t perform that action at this time.
0 commit comments