8000 Update generated code (#1506) · stripe/stripe-python@5291676 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5291676

Browse files
Update generated code (#1506)
* Update generated code for v1719 * Update generated code for v1719 --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 04e2ece commit 5291676

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

stripe/_account.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ class CreateExternalAccountParamsBankAccount(TypedDict):
13591359
"""
13601360
routing_number: NotRequired[str]
13611361
"""
1362-
The routing number, sort code, or other country-appropriateinstitution number for the bank account. For US bank accounts, this is required and should bethe ACH routing number, not the wire routing number. If you are providing an IBAN for`account_number`, this field is not required.
1362+
The routing number, sort code, or other country-appropriate institution number for the bank account. For US bank accounts, this is required and should be the ACH routing number, not the wire routing number. If you are providing an IBAN for `account_number`, this field is not required.
13631363
"""
13641364

13651365
class CreateExternalAccountParamsCard(TypedDict):
@@ -1503,7 +1503,7 @@ class CreateParamsBankAccount(TypedDict):
15031503
"""
15041504
routing_number: NotRequired[str]
15051505
"""
1506-
The routing number, sort code, or other country-appropriateinstitution number for the bank account. For US bank accounts, this is required and should bethe ACH routing number, not the wire routing number. If you are providing an IBAN for`account_number`, this field is not required.
1506+
The routing number, sort code, or other country-appropriate institution number for the bank account. For US bank accounts, this is required and should be the ACH routing number, not the wire routing number. If you are providing an IBAN for `account_number`, this field is not required.
15071507
"""
15081508

15091509
class CreateParamsBusinessProfile(TypedDict):

stripe/_account_external_account_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class CreateParamsBankAccount(TypedDict):
5858
"""
5959
routing_number: NotRequired[str]
6060
"""
61-
The routing number, sort code, or other country-appropriateinstitution number for the bank account. For US bank accounts, this is required and should bethe ACH routing number, not the wire routing number. If you are providing an IBAN for`account_number`, this field is not required.
61+
The routing number, sort code, or other country-appropriate institution number for the bank account. For US bank accounts, this is required and should be the ACH routing number, not the wire routing number. If you are providing an IBAN for `account_number`, this field is not required.
6262
"""
6363

6464
class CreateParamsCard(TypedDict):

stripe/_account_service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class CreateParamsBankAccount(TypedDict):
136136
"""
137137
routing_number: NotRequired[str]
138138
"""
139-
The routing number, sort code, or other country-appropriateinstitution number for the bank account. For US bank accounts, this is required and should bethe ACH routing number, not the wire routing number. If you are providing an IBAN for`account_number`, this field is not required.
139+
The routing number, sort code, or other country-appropriate institution number for the bank account. For US bank accounts, this is required and should be the ACH routing number, not the wire routing number. If you are providing an IBAN for `account_number`, this field is not required.
140140
"""
141141

142142
class CreateParamsBusinessProfile(TypedDict):
@@ -2033,7 +2033,7 @@ class UpdateParamsBankAccount(TypedDict):
20332033
"""
20342034
routing_number: NotRequired[str]
20352035
"""
2036-
The routing number, sort code, or other country-appropriateinstitution number for the bank account. For US bank accounts, this is required and should bethe ACH routing number, not the wire routing number. If you are providing an IBAN for`account_number`, this field is not required.
2036+
The routing number, sort code, or other country-appropriate institution number for the bank account. For US bank accounts, this is required and should be the ACH routing number, not the wire routing number. If you are providing an IBAN for `account_number`, this field is not required.
20372037
"""
20382038

20392039
class UpdateParamsBusinessProfile(TypedDict):

stripe/treasury/_outbound_payment.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,6 @@ class CreateParamsDestinationPaymentMethodDataBillingDetails(TypedDict):
320320
"""
321321
Billing phone number (including extension).
322322
"""
323-
tax_id: NotRequired[str]
324-
"""
325-
Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers.
326-
"""
327323

328324
class CreateParamsDestinationPaymentMethodDataBillingDetailsAddress(
329325
TypedDict,

stripe/treasury/_outbound_payment_service.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ class CreateParamsDestinationPaymentMethodDataBillingDetails(TypedDict):
117117
"""
118118
Billing phone number (including extension).
119119
"""
120-
tax_id: NotRequired[str]
121-
"""
122-
Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers.
123-
"""
124120

125121
class CreateParamsDestinationPaymentMethodDataBillingDetailsAddress(
126122
TypedDict,

0 commit comments

Comments
 (0)
0