8000 Update generated code for v1640 · stripe/stripe-python@fcf94ac · GitHub
[go: up one dir, main page]

Skip to content

Commit fcf94ac

Browse files
Update generated code for v1640
1 parent d2bdbc7 commit fcf94ac

File tree

3 files changed

+73
-71
lines changed
10000

3 files changed

+73
-71
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1639
1+
v1640

stripe/v2/core/_account.py

Lines changed: 68 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -3129,69 +3129,71 @@ class StatusDetail(StripeObject):
31293129
}
31303130

31313131
class DefaultOutboundDestination(StripeObject):
3132-
type: Optional[
3133-
Literal[
3134-
"at_bank_account",
3135-
"au_bank_account",
3136-
"ba_bank_account",
3137-
"be_bank_account",
3138-
"bg_bank_account",
3139-
"bj_bank_account",
3140-
"bs_bank_account",
3141-
"card",
3142-
"ca_bank_account",
3143-
"ch_bank_account",
3144-
"ci_bank_account",
3145-
"cy_bank_account",
3146-
"cz_bank_account",
3147-
"de_bank_account",
3148-
"dk_bank_account",
3149-
"ec_bank_account",
3150-
"ee_bank_account",
3151-
"es_bank_account",
3152-
"et_bank_account",
3153-
"fi_bank_account",
3154-
"fr_bank_account",
3155-
"gb_bank_account",
3156-
"gr_bank_account",
3157-
"hr_bank_account",
3158-
"hu_bank_account",
3159-
"id_bank_account",
3160-
"ie_bank_account",
3161-
"il_bank_account",
3162-
"in_bank_account",
3163-
"is_bank_account",
3164-
"it_bank_account",
3165-
"ke_bank_account",
3166-
"li_bank_account",
3167-
"lt_bank_account",
3168-
"lu_bank_account",
3169-
"lv_bank_account",
3170-
"mn_bank_account",
3171-
"mt_bank_account",
3172-
"mu_bank_account",
3173-
"mx_bank_account",
3174-
"na_bank_account",
3175-
"nl_bank_account",
3176-
"no_bank_account",
3177-
"nz_bank_account",
3178-
"pa_bank_account",
3179-
"ph_bank_account",
3180-
"pl_bank_account",
3181-
"pt_bank_account",
3182-
"ro_bank_account",
3183-
"rs_bank_account",
3184-
"se_bank_account",
3185-
"sg_bank_account",
3186-
"si_bank_account",
3187-
"sk_bank_account",
3188-
"sn_bank_account",
3189-
"sv_bank_account",
3190-
"tn_bank_account",
3191-
"tr_bank_account",
3192-
"us_bank_account",
3193-
"za_bank_account",
3194-
]
3132+
id: str
3133+
"""
3134+
The payout method ID of the default outbound destination.
3135+
"""
3136+
type: Literal[
3137+
"at_bank_account",
3138+
"au_bank_account",
3139+
"ba_bank_account",
3140+
"be_bank_account",
3141+
"bg_bank_account",
3142+
"bj_bank_account",
3143+
"bs_bank_account",
3144+
"card",
3145+
"ca_bank_account",
3146+
"ch_bank_account",
3147+
"ci_bank_account",
3148+
"cy_bank_account",
3149+
"cz_bank_account",
3150+
"de_bank_account",
3151+
"dk_bank_account",
3152+
"ec_bank_account",
3153+
"ee_bank_account",
3154+
"es_bank_account",
3155+
"et_bank_account",
3156+
"fi_bank_account",
3157+
"fr_bank_account",
3158+
"gb_bank_account",
3159+
"gr_bank_account",
3160+
"hr_bank_account",
3161+
"hu_bank_account",
3162+
"id_bank_account",
3163+
"ie_bank_account",
3164+
"il_bank_account",
3165+
"in_bank_account",
3166+
"is_bank_account",
3167+
"it_bank_account",
3168+
"ke_bank_account",
3169+
"li_bank_account",
3170+
"lt_bank_account",
3171+
"lu_bank_account",
3172+
"lv_bank_account",
3173+
"mn_bank_account",
3174+
"mt_bank_account",
3175+
"mu_bank_account",
3176+
"mx_bank_account",
3177+
"na_bank_account",
3178+
"nl_bank_account",
3179+
"no_bank_account",
3180+
"nz_bank_account",
3181+
"pa_bank_account",
3182+
"ph_bank_account",
3183+
"pl_bank_account",
3184+
"pt_bank_account",
3185+
"ro_bank_account",
3186+
"rs_bank_account",
3187+
"se_bank_account",
3188+
"sg_bank_account",
3189+
"si_bank_account",
3190+
"sk_bank_account",
3191+
"sn_bank_account",
3192+
"sv_bank_account",
3193+
"tn_bank_account",
3194+
"tr_bank_account",
3195+
"us_bank_account",
3196+
"za_bank_account",
31953197
]
31963198
"""
31973199
Closed Enum. The payout method type of the default outbound destination.
@@ -3216,7 +3218,7 @@ class DefaultOutboundDestination(StripeObject):
32163218
"""
32173219
merchant: Optional[Merchant]
32183220
"""
3219-
The Merchant Configuration allows the Account to make charges.
3221+
The Merchant configuration allows the Account to act as a connected account and collect payments facilitated by a Connect platform. You can add this configuration to your connected accounts only if you've completed onboarding as a Connect platform.
32203222
"""
32213223
recipient: Optional[Recipient]
32223224
"""
@@ -7156,7 +7158,7 @@ class MinimumDeadline(StripeObject):
71567158

71577159
minimum_deadline: Optional[MinimumDeadline]
71587160
"""
7159-
An aggregate soonest point when the account will be impacted by not providing requirements.
7161+
The soonest date and time a requirement on the Account will become `past due`. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: `2022-09-18T13:22:18.123Z`.
71607162
"""
71617163
_inner_class_types = {"minimum_deadline": MinimumDeadline}
71627164

@@ -7184,7 +7186,7 @@ class MinimumDeadline(StripeObject):
71847186
"""
71857187
contact_email: Optional[str]
71867188
"""
7187-
The default contact email address for the Account.
7189+
The default contact email address for the Account. Required when configuring the account as a merchant or recipient.
71887190
"""
71897191
created: str
71907192
"""

stripe/v2/core/_account_service.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class CreateParams(TypedDict):
3131
"""
3232
contact_email: NotRequired[str]
3333
"""
34-
The default contact email address for the Account.
34+
The default contact email address for the Account. Required when configuring the account as a merchant or recipient.
3535
"""
3636
dashboard: NotRequired[Literal["express", "full", "none"]]
3737
"""
@@ -80,7 +80,7 @@ class CreateParamsConfiguration(TypedDict):
8080
"AccountService.CreateParamsConfigurationMerchant"
8181
]
8282
"""
83-
The Merchant Configuration allows the Account to make charges.
83+
The Merchant configuration allows the Account to act as a connected account and collect payments facilitated by a Connect platform. You can add this configuration to your connected accounts only if you've completed onboarding as a Connect platform.
8484
"""
8585
recipient: NotRequired[
8686
"AccountService.CreateParamsConfigurationRecipient"
@@ -5257,7 +5257,7 @@ class UpdateParams(TypedDict):
52575257
"""
52585258
contact_email: NotRequired[str]
52595259
"""
5260-
The default contact email address for the Account.
5260+
The default contact email address for the Account. Required when configuring the account as a merchant or recipient.
52615261
"""
52625262
dashboard: NotRequired[Literal["express", "full", "none"]]
52635263
"""
@@ -5306,7 +5306,7 @@ class UpdateParamsConfiguration(TypedDict):
53065306
"AccountService.UpdateParamsConfigurationMerchant"
53075307
]
53085308
"""
5309-
The Merchant Configuration allows the Account to make charges.
5309+
The Merchant configurat 4822 ion allows the Account to act as a connected account and collect payments facilitated by a Connect platform. You can add this configuration to your connected accounts only if you've completed onboarding as a Connect platform.
53105310
"""
53115311
recipient: NotRequired[
53125312
"AccountService.UpdateParamsConfigurationRecipient"

0 commit comments

Comments
 (0)
0