Skip to content

Commit

Permalink
Update generated code for v1444
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 14, 2025
1 parent a2b3b25 commit 9f9fe80
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1443
v1444
3 changes: 3 additions & 0 deletions stripe/_payment_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ class ShippingAddressCollection(StripeObject):
"SA",
"SB",
"SC",
"SD",
"SE",
"SG",
"SH",
Expand Down Expand Up @@ -1426,6 +1427,7 @@ class CreateParamsShippingAddressCollection(TypedDict):
"SA",
"SB",
"SC",
"SD",
"SE",
"SG",
"SH",
Expand Down Expand Up @@ -2248,6 +2250,7 @@ class ModifyParamsShippingAddressCollection(TypedDict):
"SA",
"SB",
"SC",
"SD",
"SE",
"SG",
"SH",
Expand Down
2 changes: 2 additions & 0 deletions stripe/_payment_link_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,7 @@ class CreateParamsShippingAddressCollection(TypedDict):
"SA",
"SB",
"SC",
"SD",
"SE",
"SG",
"SH",
Expand Down Expand Up @@ -1599,6 +1600,7 @@ class UpdateParamsShippingAddressCollection(TypedDict):
"SA",
"SB",
"SC",
"SD",
"SE",
"SG",
"SH",
Expand Down
4 changes: 3 additions & 1 deletion stripe/checkout/_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,7 @@ class ShippingAddressCollection(StripeObject):
"SA",
"SB",
"SC",
"SD",
"SE",
"SG",
"SH",
Expand Down Expand Up @@ -1856,7 +1857,7 @@ class ShippingAddressCollection(StripeObject):
]
"""
An array of two-letter ISO country codes representing which countries Checkout should provide as options for
shipping locations. Unsupported country codes: `AS, CX, CC, CU, HM, IR, KP, MH, FM, NF, MP, PW, SD, SY, UM, VI`.
shipping locations. Unsupported country codes: `AS, CX, CC, CU, HM, IR, KP, MH, FM, NF, MP, PW, SY, UM, VI`.
"""

class ShippingCost(StripeObject):
Expand Down Expand Up @@ -4233,6 +4234,7 @@ class CreateParamsShippingAddressCollection(TypedDict):
"SA",
"SB",
"SC",
"SD",
"SE",
"SG",
"SH",
Expand Down
1 change: 1 addition & 0 deletions stripe/checkout/_session_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -2246,6 +2246,7 @@ class CreateParamsShippingAddressCollection(TypedDict):
"SA",
"SB",
"SC",
"SD",
"SE",
"SG",
"SH",
Expand Down

0 comments on commit 9f9fe80

Please sign in to comment.