Skip to content

Commit

Permalink
Update generated code for v1042
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed May 18, 2024
1 parent e3743fb commit 448aaee
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1041
v1042
2 changes: 1 addition & 1 deletion stripe/_confirmation_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ class CreateParamsPaymentMethodData(TypedDict):
"ConfirmationToken.CreateParamsPaymentMethodDataTwint"
]
"""
If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.
If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
"""
type: Literal[
"acss_debit",
Expand Down
6 changes: 3 additions & 3 deletions stripe/_payment_intent.py
Original file line number Diff line number Diff line change
Expand Up @@ -4127,7 +4127,7 @@ class ConfirmParamsPaymentMethodData(TypedDict):
"""
twint: NotRequired["PaymentIntent.ConfirmParamsPaymentMethodDataTwint"]
"""
If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.
If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
"""
type: Literal[
"acss_debit",
Expand Down Expand Up @@ -7241,7 +7241,7 @@ class CreateParamsPaymentMethodData(TypedDict):
"""
twint: NotRequired["PaymentIntent.CreateParamsPaymentMethodDataTwint"]
"""
If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.
If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
"""
type: Literal[
"acss_debit",
Expand Down Expand Up @@ -10412,7 +10412,7 @@ class ModifyParamsPaymentMethodData(TypedDict):
"""
twint: NotRequired["PaymentIntent.ModifyParamsPaymentMethodDataTwint"]
"""
If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.
If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
"""
type: Literal[
"acss_debit",
Expand Down
6 changes: 3 additions & 3 deletions stripe/_payment_intent_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,7 @@ class ConfirmParamsPaymentMethodData(TypedDict):
"PaymentIntentService.ConfirmParamsPaymentMethodDataTwint"
]
"""
If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.
If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
"""
type: Literal[
"acss_debit",
Expand Down Expand Up @@ -4957,7 +4957,7 @@ class CreateParamsPaymentMethodData(TypedDict):
"PaymentIntentService.CreateParamsPaymentMethodDataTwint"
]
"""
If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.
If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
"""
type: Literal[
"acss_debit",
Expand Down Expand Up @@ -8198,7 +8198,7 @@ class UpdateParamsPaymentMethodData(TypedDict):
"PaymentIntentService.UpdateParamsPaymentMethodDataTwint"
]
"""
If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.
If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
"""
type: Literal[
"acss_debit",
Expand Down
2 changes: 1 addition & 1 deletion stripe/_payment_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ class CreateParams(RequestOptions):
"""
twint: NotRequired["PaymentMethod.CreateParamsTwint"]
"""
If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.
If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
"""
type: NotRequired[
Literal[
Expand Down
2 changes: 1 addition & 1 deletion stripe/_payment_method_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class CreateParams(TypedDict):
"""
twint: NotRequired["PaymentMethodService.CreateParamsTwint"]
"""
If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.
If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
"""
type: NotRequired[
Literal[
Expand Down
6 changes: 3 additions & 3 deletions stripe/_setup_intent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ class ConfirmParamsPaymentMethodData(TypedDict):
"""
twint: NotRequired["SetupIntent.ConfirmParamsPaymentMethodDataTwint"]
"""
If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.
If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
"""
type: Literal[
"acss_debit",
Expand Down Expand Up @@ -2251,7 +2251,7 @@ class CreateParamsPaymentMethodData(TypedDict):
"""
twint: NotRequired["SetupIntent.CreateParamsPaymentMethodDataTwint"]
"""
If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.
If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
"""
type: Literal[
"acss_debit",
Expand Down Expand Up @@ -3459,7 +3459,7 @@ class ModifyParamsPaymentMethodData(TypedDict):
"""
twint: NotRequired["SetupIntent.ModifyParamsPaymentMethodDataTwint"]
"""
If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.
If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
"""
type: Literal[
"acss_debit",
Expand Down
6 changes: 3 additions & 3 deletions stripe/_setup_intent_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ class ConfirmParamsPaymentMethodData(TypedDict):
"SetupIntentService.ConfirmParamsPaymentMethodDataTwint"
]
"""
If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.
If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
"""
type: Literal[
"acss_debit",
Expand Down Expand Up @@ -1623,7 +1623,7 @@ class CreateParamsPaymentMethodData(TypedDict):
"SetupIntentService.CreateParamsPaymentMethodDataTwint"
]
"""
If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.
If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
"""
type: Literal[
"acss_debit",
Expand Down Expand Up @@ -2877,7 +2877,7 @@ class UpdateParamsPaymentMethodData(TypedDict):
"SetupIntentService.UpdateParamsPaymentMethodDataTwint"
]
"""
If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.
If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
"""
type: Literal[
"acss_debit",
Expand Down
2 changes: 1 addition & 1 deletion stripe/test_helpers/_confirmation_token_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class CreateParamsPaymentMethodData(TypedDict):
"ConfirmationTokenService.CreateParamsPaymentMethodDataTwint"
]
"""
If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.
If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
"""
type: Literal[
"acss_debit",
Expand Down

0 comments on commit 448aaee

Please sign in to comment.